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 08:23:24 UTC

[1/2] incubator-commonsrdf git commit: include examples

Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/master 34c9b42bd -> fafc65172


include examples


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

Branch: refs/heads/master
Commit: d8b154182a89803e831abc26aef6769e74f2d639
Parents: 34c9b42
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun Oct 30 08:12:05 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun Oct 30 08:16:31 2016 +0000

----------------------------------------------------------------------
 src/assembly/src.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/d8b15418/src/assembly/src.xml
----------------------------------------------------------------------
diff --git a/src/assembly/src.xml b/src/assembly/src.xml
index 35e7077..d49c6c0 100644
--- a/src/assembly/src.xml
+++ b/src/assembly/src.xml
@@ -29,7 +29,6 @@
                 <exclude>**/*~</exclude>
                 <exclude>pom.xml.*</exclude>
                 <exclude>prelease.properties</exclude>
-                <exclude>examples/**</exclude>
                 <exclude>**/target/**</exclude>
                 <exclude>**/.*/**</exclude>
                 <exclude>**/*.iml</exclude>


[2/2] incubator-commonsrdf git commit: generate md5/sha1 in verify-stage

Posted by st...@apache.org.
generate md5/sha1 in verify-stage

No need for <finalName> in <build>
as assembly-plugin has it in its configuration


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

Branch: refs/heads/master
Commit: fafc6517209ef20efc9be334d1b86ee0610554df
Parents: d8b1541
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun Oct 30 08:22:44 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun Oct 30 08:22:44 2016 +0000

----------------------------------------------------------------------
 pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/fafc6517/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 879b131..ddd23cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -293,9 +293,7 @@
                 <executions>
                     <execution>
                         <configuration>
-                            <descriptor>src/assembly/src.xml</descriptor>
                             <finalName>apache-commons-rdf-${project.version}</finalName>
-                            <tarLongFileMode>gnu</tarLongFileMode>
                         </configuration>
                     </execution>
                 </executions>
@@ -587,7 +585,6 @@
             <id>release</id>
             <!-- extends the release profile from commons -->
             <build>
-        	<finalName>apache-commonsrdf-${project.version}</finalName>
                 <plugins>
                   <!-- Generate convenience *.md5 *.sha1 files for dist puropses -->
                   <plugin>
@@ -599,7 +596,7 @@
                               <goals>
                                   <goal>run</goal>
                               </goals>
-                              <phase>package</phase>
+                              <phase>verify</phase>
                               <configuration>
                                   <tasks>
                                       <checksum algorithm="MD5" fileext=".md5">