You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/05/01 16:46:36 UTC

maven-aether git commit: prepared for site publication while doing more cleanup

Repository: maven-aether
Updated Branches:
  refs/heads/master d8421d8fd -> d427e1444


prepared for site publication while doing more cleanup

Project: http://git-wip-us.apache.org/repos/asf/maven-aether/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-aether/commit/d427e144
Tree: http://git-wip-us.apache.org/repos/asf/maven-aether/tree/d427e144
Diff: http://git-wip-us.apache.org/repos/asf/maven-aether/diff/d427e144

Branch: refs/heads/master
Commit: d427e144415542a1bb1005254d9ed30f934e6820
Parents: d8421d8
Author: Herv� Boutemy <hb...@apache.org>
Authored: Sun May 1 16:46:31 2016 +0200
Committer: Herv� Boutemy <hb...@apache.org>
Committed: Sun May 1 16:46:31 2016 +0200

----------------------------------------------------------------------
 aether-api/pom.xml                 | 13 -------------
 aether-connector-basic/pom.xml     |  8 --------
 aether-impl/pom.xml                |  4 ----
 aether-spi/pom.xml                 | 13 -------------
 aether-test-util/pom.xml           |  9 ---------
 aether-transport-classpath/pom.xml |  4 ----
 aether-transport-file/pom.xml      |  4 ----
 aether-transport-http/pom.xml      |  4 ----
 aether-transport-wagon/pom.xml     |  4 ----
 aether-util/pom.xml                | 13 -------------
 pom.xml                            | 34 +++++++++++++--------------------
 11 files changed, 13 insertions(+), 97 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-aether/blob/d427e144/aether-api/pom.xml
----------------------------------------------------------------------
diff --git a/aether-api/pom.xml b/aether-api/pom.xml
index 2a735bf..c894a08 100644
--- a/aether-api/pom.xml
+++ b/aether-api/pom.xml
@@ -48,17 +48,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>animal-sniffer-maven-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>clirr-maven-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
 </project>

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/d427e144/aether-connector-basic/pom.xml
----------------------------------------------------------------------
diff --git a/aether-connector-basic/pom.xml b/aether-connector-basic/pom.xml
index e84177c..2d2a250 100644
--- a/aether-connector-basic/pom.xml
+++ b/aether-connector-basic/pom.xml
@@ -81,17 +81,9 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>animal-sniffer-maven-plugin</artifactId>
-      </plugin>
-      <plugin>
         <groupId>org.eclipse.sisu</groupId>
         <artifactId>sisu-maven-plugin</artifactId>
       </plugin>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-      </plugin>
     </plugins>
   </build>
 </project>

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/d427e144/aether-impl/pom.xml
----------------------------------------------------------------------
diff --git a/aether-impl/pom.xml b/aether-impl/pom.xml
index 771a211..71821fa 100644
--- a/aether-impl/pom.xml
+++ b/aether-impl/pom.xml
@@ -94,10 +94,6 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>animal-sniffer-maven-plugin</artifactId>
-      </plugin>
-      <plugin>
         <groupId>org.eclipse.sisu</groupId>
         <artifactId>sisu-maven-plugin</artifactId>
       </plugin>

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/d427e144/aether-spi/pom.xml
----------------------------------------------------------------------
diff --git a/aether-spi/pom.xml b/aether-spi/pom.xml
index 5e8e389..0b43c86 100644
--- a/aether-spi/pom.xml
+++ b/aether-spi/pom.xml
@@ -52,17 +52,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>animal-sniffer-maven-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>clirr-maven-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
 </project>

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/d427e144/aether-test-util/pom.xml
----------------------------------------------------------------------
diff --git a/aether-test-util/pom.xml b/aether-test-util/pom.xml
index bd0088e..e47f125 100644
--- a/aether-test-util/pom.xml
+++ b/aether-test-util/pom.xml
@@ -56,13 +56,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>animal-sniffer-maven-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
 </project>

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/d427e144/aether-transport-classpath/pom.xml
----------------------------------------------------------------------
diff --git a/aether-transport-classpath/pom.xml b/aether-transport-classpath/pom.xml
index adfda2a..f1d850f 100644
--- a/aether-transport-classpath/pom.xml
+++ b/aether-transport-classpath/pom.xml
@@ -81,10 +81,6 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>animal-sniffer-maven-plugin</artifactId>
-      </plugin>
-      <plugin>
         <groupId>org.eclipse.sisu</groupId>
         <artifactId>sisu-maven-plugin</artifactId>
       </plugin>

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/d427e144/aether-transport-file/pom.xml
----------------------------------------------------------------------
diff --git a/aether-transport-file/pom.xml b/aether-transport-file/pom.xml
index 99dca54..d724da1 100644
--- a/aether-transport-file/pom.xml
+++ b/aether-transport-file/pom.xml
@@ -81,10 +81,6 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>animal-sniffer-maven-plugin</artifactId>
-      </plugin>
-      <plugin>
         <groupId>org.eclipse.sisu</groupId>
         <artifactId>sisu-maven-plugin</artifactId>
       </plugin>

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/d427e144/aether-transport-http/pom.xml
----------------------------------------------------------------------
diff --git a/aether-transport-http/pom.xml b/aether-transport-http/pom.xml
index 62bd4e5..e8c29b6 100644
--- a/aether-transport-http/pom.xml
+++ b/aether-transport-http/pom.xml
@@ -110,10 +110,6 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>animal-sniffer-maven-plugin</artifactId>
-      </plugin>
-      <plugin>
         <groupId>org.eclipse.sisu</groupId>
         <artifactId>sisu-maven-plugin</artifactId>
       </plugin>

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/d427e144/aether-transport-wagon/pom.xml
----------------------------------------------------------------------
diff --git a/aether-transport-wagon/pom.xml b/aether-transport-wagon/pom.xml
index ceb60c4..d2d9c9a 100644
--- a/aether-transport-wagon/pom.xml
+++ b/aether-transport-wagon/pom.xml
@@ -113,10 +113,6 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>animal-sniffer-maven-plugin</artifactId>
-      </plugin>
-      <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-metadata</artifactId>
       </plugin>

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/d427e144/aether-util/pom.xml
----------------------------------------------------------------------
diff --git a/aether-util/pom.xml b/aether-util/pom.xml
index f04cb69..3bc25cc 100644
--- a/aether-util/pom.xml
+++ b/aether-util/pom.xml
@@ -56,17 +56,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>animal-sniffer-maven-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>clirr-maven-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
 </project>

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/d427e144/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e8495ec..8ea84de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,7 @@
   <scm>
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-aether.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-aether.git</developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf/maven-aether.git</url>
   </scm>
   <!--issueManagement>
     <system>jira</system>
@@ -53,6 +54,18 @@
     <system>Jenkins</system>
     <url>https://builds.apache.org/job/</url>
   </ciManagement-->
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/components/${maven.site.path}</url>
+    </site>
+  </distributionManagement>
+
+  <properties>
+    <surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>
+    <checkstyle.skip>true</checkstyle.skip>
+    <maven.site.path>aether-archives/aether-LATEST</maven.site.path>
+  </properties>
 
   <modules>
     <!-- NOTE: Be sure to update the bin assembly descriptor as well if the module list changes -->
@@ -68,11 +81,6 @@
     <module>aether-transport-wagon</module>
   </modules>
 
-  <properties>
-    <surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>
-    <checkstyle.skip>true</checkstyle.skip>
-  </properties>
-
   <dependencyManagement>
     <dependencies>
       <dependency>
@@ -305,8 +313,6 @@
         </plugin>
       </plugins>
     </pluginManagement>
-    <plugins>
-    </plugins>
   </build>
 
   <profiles>
@@ -361,20 +367,6 @@
                         <ignore />
                       </action>
                     </pluginExecution>
-                    <pluginExecution>
-                      <pluginExecutionFilter>
-                        <groupId>org.codehaus.mojo</groupId>
-                        <artifactId>build-helper-maven-plugin</artifactId>
-                        <versionRange>[1.7,)</versionRange>
-                        <goals>
-                          <goal>regex-property</goal>
-                          <goal>timestamp-property</goal>
-                        </goals>
-                      </pluginExecutionFilter>
-                      <action>
-                        <ignore />
-                      </action>
-                    </pluginExecution>
                   </pluginExecutions>
                 </lifecycleMappingMetadata>
               </configuration>