You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/10/30 09:04:36 UTC

[2/2] incubator-commonsrdf git commit: tweaks

<finalName> tweaks


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

Branch: refs/heads/master
Commit: baf6f6ed0358492b8ec0adfd982dfc716dad56e2
Parents: 0a92d0d
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun Oct 30 09:03:35 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun Oct 30 09:03:35 2016 +0000

----------------------------------------------------------------------
 pom.xml | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/baf6f6ed/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 59a03cc..817c9d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -290,13 +290,9 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <configuration>
-                            <finalName>apache-commons-rdf-${project.version}</finalName>
-                        </configuration>
-                    </execution>
-                </executions>
+		<configuration>
+		    <finalName>apache-commons-rdf-${project.version}</finalName>
+		</configuration>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -335,7 +331,9 @@
                 <artifactId>maven-release-plugin</artifactId>
                 <configuration>
                     <useReleaseProfile>true</useReleaseProfile>
-                    <!-- TODO: Use apache-parent's apache-release rather than common-parent's release? -->
+		    <!-- TODO: Can we use apache-parent's apache-release rather than common-parent's release?
+			It seems to force adding a -source-release
+		    -->
                     <releaseProfiles>release</releaseProfiles>
                     <goals>deploy</goals>
                     <autoVersionSubmodules>true</autoVersionSubmodules>
@@ -583,8 +581,11 @@
     <profiles>
         <profile>
             <id>release</id>
-            <!-- extends the release profile from commons -->
+        <!-- extends the release profile from commons -->
             <build>
+		    <!--
+                <finalName>apache-commons-rdf-${project.version}</finalName>
+-->
                 <plugins>
                   <!-- Generate convenience *.md5 *.sha1 files for dist puropses -->
                   <plugin>
@@ -625,6 +626,7 @@
                   </plugin>
 
                     <plugin>
+			    <!-- Avoid making *.asc.asc -->
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-gpg-plugin</artifactId>
                         <configuration>