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:
Frederick G. Oconer 2006-05-26 10:47:42 +00:00
parent aa049d2ce2
commit fd43325c2b
2 changed files with 15 additions and 13 deletions

View File

@ -260,13 +260,13 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
<version>2.1-SNAPSHOT</version> <version>2.1</version>
<executions> <executions>
<execution> <execution>
<id>run</id> <id>run</id>
<phase>package</phase> <phase>package</phase>
<goals> <goals>
<goal>single</goal> <goal>assembly</goal>
</goals> </goals>
<configuration> <configuration>
<descriptors> <descriptors>
@ -285,7 +285,7 @@
<id>bin</id> <id>bin</id>
<phase>package</phase> <phase>package</phase>
<goals> <goals>
<goal>single</goal> <goal>assembly</goal>
</goals> </goals>
<configuration> <configuration>
<descriptors> <descriptors>
@ -300,4 +300,4 @@
</plugins> </plugins>
</build> </build>
</project> </project>

20
pom.xml
View File

@ -108,12 +108,12 @@
<repository> <repository>
<id>apache-repo</id> <id>apache-repo</id>
<name>Apache CVS Repository</name> <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> </repository>
<snapshotRepository> <snapshotRepository>
<id>apache-snapshots</id> <id>apache-snapshots</id>
<name>Apache CVS Development Repository</name> <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> </snapshotRepository>
<site> <site>
<id>apache-website</id> <id>apache-website</id>
@ -775,20 +775,22 @@
</plugins> </plugins>
</pluginManagement> </pluginManagement>
<plugins> <plugins>
<!-- plugin> <plugin>
<artifactId>maven-one-plugin</artifactId> <artifactId>maven-one-plugin</artifactId>
<executions> <version>1.0</version>
<executions>
<execution> <execution>
<configuration>
<remoteRepositoryUrl>scpexe://cvs.apache.org/www/cvs.apache.org/repository</remoteRepositoryUrl>
</configuration>
<goals> <goals>
<goal>install-maven-one-repository</goal> <goal>install-maven-one-repository</goal>
<goal>deploy-maven-one-repository</goal> <goal>deploy-maven-one-repository</goal>
</goals> </goals>
<configuration>
<remoteRepositoryId>apache.m1.releases</remoteRepositoryId>
<remoteRepositoryUrl>scp://minotaur.apache.org/www/cvs.apache.org/repository</remoteRepositoryUrl>
</configuration>
</execution> </execution>
</executions> </executions>
</plugin --> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
@ -816,4 +818,4 @@
</plugins> </plugins>
</reporting> </reporting>
</project> </project>