You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2010/10/08 21:41:38 UTC

svn commit: r1005989 - /commons/proper/exec/trunk/pom.xml

Author: sgoeschl
Date: Fri Oct  8 19:41:38 2010
New Revision: 1005989

URL: http://svn.apache.org/viewvc?rev=1005989&view=rev
Log:
Preparing release candidate

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=1005989&r1=1005988&r2=1005989&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Fri Oct  8 19:41:38 2010
@@ -28,12 +28,10 @@
     <version>1.1-SNAPSHOT</version>
     <description>A library to reliably execute external processes from within the JVM</description>
     <url>http://commons.apache.org/exec/</url>
-
     <issueManagement>
         <system>jira</system>
         <url>http://issues.apache.org/jira/browse/EXEC</url>
     </issueManagement>
-
     <dependencies>
         <dependency>
             <groupId>junit</groupId>
@@ -43,7 +41,6 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
     <developers>
         <developer>
             <id>brett</id>
@@ -53,7 +50,7 @@
         </developer>
         <developer>
             <id>trygvis</id>
-            <name>Trygve Laugstøl</name>
+            <name>Trygve Laugst&#xF8;l</name>
             <organization>Apache</organization>
             <timezone>+1</timezone>
         </developer>
@@ -70,7 +67,6 @@
             <timezone>+1</timezone>
         </developer>
     </developers>
-
     <contributors>
         <contributor>
             <name>Niklas Gustavsson</name>
@@ -94,13 +90,11 @@
             <name>Niall Pemberton</name>
         </contributor>
     </contributors>
-
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/exec/trunk</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/exec/trunk</developerConnection>
         <url>http://svn.apache.org/viewvc/commons/proper/exec/trunk</url>
     </scm>
-
     <build>
         <plugins>
             <plugin>
@@ -134,9 +128,16 @@
                     </archive>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <version>2.0</version>
+                <configuration>
+                    <mavenExecutorId>forked-path</mavenExecutorId>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
-
     <distributionManagement>
         <site>
             <id>website</id>
@@ -144,7 +145,6 @@
             <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/exec/</url>
         </site>
     </distributionManagement>
-
     <reporting>
         <plugins>
             <!-- generate the changes report from changes.xml -->
@@ -175,7 +175,6 @@
             </plugin>
         </plugins>
     </reporting>
-
     <profiles>
         <!--
           enable this profile if you like to create cobertura report not being part of the official website
@@ -253,7 +252,6 @@
             </build>
         </profile>
     </profiles>
-
     <properties>
         <!-- Compiler source and target JVM (see parent pom). Must agree with versions in build.xml -->
         <maven.compile.source>1.3</maven.compile.source>
@@ -269,5 +267,4 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     </properties>
-
 </project>