Claude,
The license header got removed - there should be one on the POM.
Andy
On 12/10/14 18:25, [email protected] wrote:
changes to remove license check
Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/172df5f3
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/172df5f3
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/172df5f3
Branch: refs/heads/master
Commit: 172df5f327a99e0f8c45870d6a16b4613a2440cd
Parents: bae5968
Author: Claude Warren <[email protected]>
Authored: Sun Oct 12 18:09:50 2014 +0100
Committer: Claude Warren <[email protected]>
Committed: Sun Oct 12 18:09:50 2014 +0100
----------------------------------------------------------------------
jena-extras/pom.xml | 24 ++++--------------------
1 file changed, 4 insertions(+), 20 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/jena/blob/172df5f3/jena-extras/pom.xml
----------------------------------------------------------------------
diff --git a/jena-extras/pom.xml b/jena-extras/pom.xml
index f59c139..3ad1997 100644
--- a/jena-extras/pom.xml
+++ b/jena-extras/pom.xml
@@ -1,25 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.jena</groupId>
<artifactId>jena-extras</artifactId>
<version>2.12.2-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -64,7 +46,6 @@ This is the parent module for the Jena Extra modules.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.1</version>
<configuration>
<source>${jdk.version}</source>
<target>${jdk.version}</target>
@@ -72,6 +53,7 @@ This is the parent module for the Jena Extra modules.
</configuration>
</plugin>
<!-- License Plugin -->
+ <!--
<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
@@ -89,6 +71,8 @@ This is the parent module for the Jena Extra modules.
<failIfMissing>true</failIfMissing>
<aggregate>true</aggregate>
<excludes>
+ <exclude>**/*.git*</exclude>
+ <exclude>**/*.md</exclude>
<exclude>**/*.xml</exclude>
<exclude>**/*.properties</exclude>
<exclude>**/LICENSE</exclude>
@@ -98,7 +82,7 @@ This is the parent module for the Jena Extra modules.
<strictCheck>true</strictCheck>
</configuration>
</plugin>
-
+ -->
<!-- Sources Plugin -->
<plugin>
<artifactId>maven-source-plugin</artifactId>