Author: olamy Date: Tue Dec 18 11:38:06 2012 New Revision: 1423414 URL: http://svn.apache.org/viewvc?rev=1423414&view=rev Log: configure exec for svnpubsub
Modified: commons/proper/exec/trunk/pom.xml Modified: commons/proper/exec/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=1423414&r1=1423413&r2=1423414&view=diff ============================================================================== --- commons/proper/exec/trunk/pom.xml (original) +++ commons/proper/exec/trunk/pom.xml Tue Dec 18 11:38:06 2012 @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>27</version> + <version>28-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <name>Commons Exec</name> @@ -266,5 +266,6 @@ <!-- Tell M2 not to use platform specific encodings for copying resources --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + <commons.site.path>exec</commons.site.path> </properties> </project>