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/06/20 08:58:00 UTC

[06/50] incubator-commonsrdf git commit: apache-rat to ignore META-INF/services

apache-rat to ignore META-INF/services

..and nested NOTICE/LICENSE files


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

Branch: refs/heads/parser-with-quads
Commit: e3ca3017a9489b91ed9edcf27bc6b107da410742
Parents: 9f94e2f
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Apr 18 14:52:18 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Apr 18 14:54:14 2016 +0100

----------------------------------------------------------------------
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/e3ca3017/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d3da45e..323d3d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -231,7 +231,7 @@
     </dependencyManagement>
 
     <build>
-        <finalName>apache-commons-rdf</finalName>
+        <!--<finalName>apache-${project.artifactId}-${project.version}</finalName>-->
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -429,6 +429,9 @@
                             <exclude>examples/.settings/**</exclude>
                             <exclude>examples/.project</exclude>
                             <exclude>examples/.classpath</exclude>
+                            <exclude>**/META-INF/services/*</exclude>
+                            <exclude>**/src/main/resources/NOTICE</exclude>
+                            <exclude>**/src/main/resources/LICENSE</exclude>
                         </excludes>
                     </configuration>
                 </plugin>