mirror of https://github.com/apache/activemq.git
Added csharp repos
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@383821 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
07d4e8c63d
commit
b80ccdf412
17
pom.xml
17
pom.xml
|
@ -42,8 +42,18 @@
|
|||
<enabled>false</enabled>
|
||||
</releases>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>maven-csharp</id>
|
||||
<name>maven-csharp</name>
|
||||
<url>http://maven-csharp.javaforge.com/repo</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>codehaus-snapshot</id>
|
||||
<name>CodeHaus Snapshot Repo</name>
|
||||
<url>http://snapshots.maven.codehaus.org/maven2</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>codehaus.snapshots</id>
|
||||
|
@ -56,6 +66,11 @@
|
|||
<enabled>false</enabled>
|
||||
</releases>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>maven-csharp-plugins</id>
|
||||
<name>maven-csharp</name>
|
||||
<url>http://maven-csharp.javaforge.com/repo</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in New Issue