mirror of https://github.com/apache/activemq.git
changes:
1. Fix for assembly build. 2. Fix for jar deploy. git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@409633 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aa049d2ce2
commit
fd43325c2b
|
@ -260,13 +260,13 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
<version>2.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>run</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>single</goal>
|
||||
<goal>assembly</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<descriptors>
|
||||
|
@ -285,7 +285,7 @@
|
|||
<id>bin</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>single</goal>
|
||||
<goal>assembly</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<descriptors>
|
||||
|
@ -300,4 +300,4 @@
|
|||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
</project>
|
20
pom.xml
20
pom.xml
|
@ -108,12 +108,12 @@
|
|||
<repository>
|
||||
<id>apache-repo</id>
|
||||
<name>Apache CVS Repository</name>
|
||||
<url>scpexe://cvs.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
|
||||
<url>scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>apache-snapshots</id>
|
||||
<name>Apache CVS Development Repository</name>
|
||||
<url>scpexe://cvs.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
|
||||
<url>scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
|
||||
</snapshotRepository>
|
||||
<site>
|
||||
<id>apache-website</id>
|
||||
|
@ -775,20 +775,22 @@
|
|||
</plugins>
|
||||
</pluginManagement>
|
||||
<plugins>
|
||||
<!-- plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-one-plugin</artifactId>
|
||||
<executions>
|
||||
<version>1.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<configuration>
|
||||
<remoteRepositoryUrl>scpexe://cvs.apache.org/www/cvs.apache.org/repository</remoteRepositoryUrl>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>install-maven-one-repository</goal>
|
||||
<goal>deploy-maven-one-repository</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<remoteRepositoryId>apache.m1.releases</remoteRepositoryId>
|
||||
<remoteRepositoryUrl>scp://minotaur.apache.org/www/cvs.apache.org/repository</remoteRepositoryUrl>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin -->
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
|
@ -816,4 +818,4 @@
|
|||
</plugins>
|
||||
</reporting>
|
||||
|
||||
</project>
|
||||
</project>
|
Loading…
Reference in New Issue