Commit 9df410ae authored by Guus der Kinderen's avatar Guus der Kinderen

Adding plugin repo (in an attempt to use our snapshots during jsp compilation)

parent 76191b38
......@@ -508,4 +508,17 @@
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>igniterealtime</id>
<name>Ignite Realtime Repository (Snapshots)</name>
<url>http://igniterealtime.org/repo/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>
......@@ -185,4 +185,17 @@
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>igniterealtime</id>
<name>Ignite Realtime Repository (Snapshots)</name>
<url>http://igniterealtime.org/repo/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment