Author: niallp Date: Wed Mar 5 18:57:51 2008 New Revision: 634135 URL: http://svn.apache.org/viewvc?rev=634135&view=rev Log: Add a default for the release name and binary distro suffix
Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=634135&r1=634134&r2=634135&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/pom.xml (original) +++ commons/proper/commons-parent/trunk/pom.xml Wed Mar 5 18:57:51 2008 @@ -204,8 +204,7 @@ <artifactId>commons-build-plugin</artifactId> <version>1.0</version> <configuration> - <commons.release.name>commons-${commons.componentid}-${commons.release.version}</commons.release.name> - <commons.binary.suffix>-bin</commons.binary.suffix> + <commons.release.name>${commons.release.name}</commons.release.name> </configuration> </plugin> </plugins> @@ -550,6 +549,10 @@ <!-- Default configuration for compiler source and target JVM --> <maven.compile.source>1.3</maven.compile.source> <maven.compile.target>1.3</maven.compile.target> + + <!-- Default values for the download-page generation by commons-build-plugin --> + <commons.release.name>${project.artifactId}-${commons.release.version}</commons.release.name> + <commons.binary.suffix>-bin</commons.binary.suffix> <!-- Commons Component Id --> <commons.componentid>${project.artifactId}</commons.componentid>