You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/10/24 11:50:22 UTC

[2/2] git commit: use ${project.artifactId} rather than ${project.name}

use ${project.artifactId} rather than ${project.name}


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/02c2c73c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/02c2c73c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/02c2c73c

Branch: refs/heads/master
Commit: 02c2c73cc31d4c14a5a25fd65880341954a57d9e
Parents: 2290bbc
Author: olivier lamy <ol...@apache.org>
Authored: Wed Oct 24 11:41:36 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Wed Oct 24 11:41:36 2012 +0200

----------------------------------------------------------------------
 pom.xml |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/02c2c73c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5483eab..46d5a0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@ under the License.
             <copyConfigurationDirectory>true</copyConfigurationDirectory>
             <!-- Include the target configuration directory in the beginning of the classpath declaration in the bin scripts -->
             <includeConfigurationDirectoryInClasspath>true</includeConfigurationDirectoryInClasspath>
-            <assembleDirectory>${project.build.directory}/${project.name}-pkg</assembleDirectory>
+            <assembleDirectory>${project.build.directory}/${project.artifactId}-pkg</assembleDirectory>
             <!-- Extra JVM arguments that will be included in the bin scripts -->
             <extraJvmArguments>-Xms512m -Xmx512m</extraJvmArguments>
             <!-- Generate bin scripts for windows and unix pr default -->
@@ -174,11 +174,6 @@ under the License.
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
           <version>2.3</version>
-          <configuration>
-            <descriptors>
-              <descriptor>src/assemble/assembly.xml</descriptor>
-            </descriptors>
-          </configuration>
           <executions>
             <execution>
               <phase>package</phase>
@@ -209,7 +204,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.8</version>
+          <version>2.9</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>