[TAMAYA-269] Updated the Maven Assembly Plugin. (2.6 -> 3.0.0)

Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/8f5ee61c
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/8f5ee61c
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/8f5ee61c

Branch: refs/heads/issues/tamaya-265
Commit: 8f5ee61ca34f2d1bfa6cd3a8eea61c0e2c5ed722
Parents: 066c1d3
Author: Oliver B. Fischer <ple...@apache.org>
Authored: Mon May 1 20:37:02 2017 +0200
Committer: Oliver B. Fischer <ple...@apache.org>
Committed: Mon May 1 20:37:02 2017 +0200

----------------------------------------------------------------------
 distribution/pom.xml | 14 ++++++++++----
 pom.xml              |  6 ++++++
 2 files changed, 16 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/8f5ee61c/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index d5d1d34..3c16b12 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -652,8 +652,11 @@ under the License.
                             <goal>single</goal>
                         </goals>
                         <configuration>
-                            
<finalName>apache-tamaya-${project.version}</finalName>
-                            
<descriptor>src/main/assembly/distribution-bin.xml</descriptor>
+                            <appendAssemblyId>false</appendAssemblyId>
+                            
<finalName>apache-${project.artifactId}-${project.version}-bin</finalName>
+                            <descriptors>
+                                
<descriptor>src/main/assembly/distribution-bin.xml</descriptor>
+                            </descriptors>
                         </configuration>
                     </execution>
                     <execution>
@@ -663,8 +666,11 @@ under the License.
                             <goal>single</goal>
                         </goals>
                         <configuration>
-                            
<finalName>apache-tamaya-${project.version}</finalName>
-                            
<descriptor>src/main/assembly/distribution-src.xml</descriptor>
+                            <appendAssemblyId>false</appendAssemblyId>
+                            
<finalName>apache-${project.artifactId}-${project.version}-src</finalName>
+                            <descriptors>
+                                
<descriptor>src/main/assembly/distribution-src.xml</descriptor>
+                            </descriptors>
                         </configuration>
                     </execution>
                 </executions>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/8f5ee61c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index beb1ac7..acb9fd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,7 @@ under the License.
         <asciidoctor.version>1.5.2</asciidoctor.version>
         <asciidoctor-diagramm.version>1.2.1</asciidoctor-diagramm.version>
         <asciidoctorj.version>1.5.2</asciidoctorj.version>
+        <assembly.version>3.0.0</assembly.version>
         <checkstyle.version>2.15</checkstyle.version>
         <enforcer.version>1.4.1</enforcer.version>
         <gem.plugin>1.0.7</gem.plugin>
@@ -366,6 +367,11 @@ under the License.
                     <artifactId>gem-maven-plugin</artifactId>
                     <version>${gem.plugin}</version>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-assembly-plugin</artifactId>
+                    <version>${assembly.version}</version>
+                </plugin>
 
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

Reply via email to