Author: sebb
Date: Wed Aug 12 16:06:13 2009
New Revision: 803578
URL: http://svn.apache.org/viewvc?rev=803578&view=rev
Log:
Tidy up POM - no need for separate 'release' profile
Modified:
jakarta/bsf/branches/bsf3.x/BUILDING
jakarta/bsf/branches/bsf3.x/pom.xml
Modified: jakarta/bsf/branches/bsf3.x/BUILDING
URL:
http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/BUILDING?rev=803578&r1=803577&r2=803578&view=diff
==============================================================================
--- jakarta/bsf/branches/bsf3.x/BUILDING (original)
+++ jakarta/bsf/branches/bsf3.x/BUILDING Wed Aug 12 16:06:13 2009
@@ -15,7 +15,7 @@
'mvn clean install'
- to remove old artifacts and rebuild from scratch
-'mvn assembly:assembly -Drelease'
+'mvn assembly:assembly'
- to build the src and bin distros
'mvn eclipse:eclipse'
Modified: jakarta/bsf/branches/bsf3.x/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/pom.xml?rev=803578&r1=803577&r2=803578&view=diff
==============================================================================
--- jakarta/bsf/branches/bsf3.x/pom.xml (original)
+++ jakarta/bsf/branches/bsf3.x/pom.xml Wed Aug 12 16:06:13 2009
@@ -82,53 +82,6 @@
<url>http://www.apache.org/</url>
</organization>
- <profiles>
- <profile>
- <id>release</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <version>2.1</version>
- <configuration>
- <descriptors>
- <descriptor>distribution/bin.xml</descriptor>
- <descriptor>distribution/src.xml</descriptor>
- </descriptors>
- <finalName>bsf-${bsf.version}</finalName>
- </configuration>
- </plugin>
-
- <!--<plugin>-->
- <!--<artifactId>maven-site-plugin</artifactId>-->
- <!--<inherited>false</inherited>-->
- <!--</plugin>-->
- <!---->
- <!-- plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.1</version>
- <executions>
- <execution>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <attach>true</attach>
- </configuration>
- </plugin -->
- </plugins>
- </build>
- <activation>
- <property>
- <name>release</name>
- </property>
- </activation>
- </profile>
- </profiles>
-
<build>
<defaultGoal>install</defaultGoal>
<plugins>
@@ -175,6 +128,18 @@
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <descriptors>
+ <descriptor>distribution/bin.xml</descriptor>
+ <descriptor>distribution/src.xml</descriptor>
+ </descriptors>
+ <finalName>bsf-${bsf.version}</finalName>
+ </configuration>
+ </plugin>
</plugins>
</build>
@@ -197,22 +162,6 @@
</plugins>
</reporting>
-<!-- Does not appear to be needed anymore
- <distributionManagement>
- <repository>
- <id>apache.rsync</id>
- <name>Apache rsync Repository</name>
-
<url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
- </repository>
-
- <snapshotRepository>
- <id>apache.snapshots</id>
- <name>Apache Snapshot Repository</name>
-
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
- </snapshotRepository>
-
- </distributionManagement>
- -->
<modules>
<module>bsf-api</module>
<module>bsf-engines</module>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]