Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/master aae188614 -> 5cec446f0


pom.xml - external Javadoc links for Java 8

.. not Java 7 as inherited from commons-parent

Also remove explicit downgrading of standard plugins
as they have newer version specified in commons-parent.

project encoding set to UTF-8, overriding ISO8859-1 from parent.


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

Branch: refs/heads/master
Commit: 5cec446f091d190e93fc85ee4e2ba7c69b555f27
Parents: aae1886
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Apr 24 14:17:24 2015 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Apr 24 14:17:24 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/5cec446f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8bcade3..22f2f6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,7 @@
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
         <project.build.encoding>UTF-8</project.build.encoding>
+        <commons.encoding>UTF-8</commons.encoding>
         <commons.componentid>rdf</commons.componentid>
         <commons.release.version>0.1.0</commons.release.version>
         <commons.jira.id>COMMONSRDF</commons.jira.id>
@@ -58,6 +59,9 @@
         <commons.site.path>rdf</commons.site.path>
         
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commonsrdf/content/</commons.scmPubUrl>
         
<commons.scmPubCheckoutDirectory>${project.build.directory}/site-content</commons.scmPubCheckoutDirectory>
+        <!--  Override Java 7 javadoc link from commons-parent -->
+        
<commons.javadoc.java.link>http://docs.oracle.com/javase/8/docs/api/</commons.javadoc.java.link>
+        
     </properties>
 
     <scm>
@@ -233,8 +237,7 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <version>2.6</version>
+                <artifactId>maven-jar-plugin</artifactId>                
                 <configuration>
                     <configuration>
                         <skip>true</skip>
@@ -243,8 +246,7 @@
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-source-plugin</artifactId>
-                <version>2.2.1</version>
+                <artifactId>maven-source-plugin</artifactId>                
                 <executions>
                     <execution>
                         <goals>
@@ -259,15 +261,15 @@
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.9.1</version>
+                <artifactId>maven-javadoc-plugin</artifactId>                
+
                 <executions>
                     <execution>
                         <id>attach-javadocs</id>
                         <goals>
                             <goal>jar</goal>
                         </goals>
-                        <configuration>
+                        <configuration>                                
                             <additionalparam>-Xdoclint:none</additionalparam>
                         </configuration>
                     </execution>
@@ -275,8 +277,7 @@
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.1</version>
+                <artifactId>maven-compiler-plugin</artifactId>                
                 <configuration>
                     <source>${maven.compiler.source}</source>
                     <target>${maven.compiler.target}</target>
@@ -305,7 +306,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-site-plugin</artifactId>
-                <version>3.4</version>
                 <dependencies>
                     <dependency>
                         <groupId>org.apache.maven.doxia</groupId>

Reply via email to