[SCM] metainf-services packaging branch, upstream, updated. upstream/1.1-2-g6538d8c

James Page jamespage-guest at alioth.debian.org
Tue Jun 28 09:10:28 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "metainf-services packaging".

The branch, upstream has been updated
       via  6538d8c3e20496d9fd8587b405a6f10b52a0bc01 (commit)
       via  1b8790b97c771e6acaf7de9252a0f57a19096753 (commit)
      from  269f6a963ddb0fa6e172c9ad7123517e9abdf315 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 pom.xml                                            |   85 +++++++++++++++++---
 src/main/java/org/kohsuke/MetaInfServices.java     |   23 +++++
 .../metainf_services/AnnotationProcessorImpl.java  |   23 +++++
 src/site/site.xml                                  |   13 ++--
 4 files changed, 125 insertions(+), 19 deletions(-)

diff --git a/pom.xml b/pom.xml
index c5b342a..9a715e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,24 +2,31 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.kohsuke.metainf-services</groupId>
   <artifactId>metainf-services</artifactId>
-  <version>1.1</version>  
+  <version>1.2</version>  
   <name>META-INF/services generator</name>
+  <description>Annotation-driven META-INF/services auto-generation</description>
+  <url>http://metainf-srvices.kohsuke.org/</url>
 
   <scm>
-    <connection>scm:svn:https://svn.dev.java.net/svn/metainf-services/tags/metainf-services-1.1</connection>
-    <developerConnection>scm:svn:https://svn.dev.java.net/svn/metainf-services/tags/metainf-services-1.1</developerConnection>
-    <url>https://metainf-services.dev.java.net/source/browse/metainf-services/tags/metainf-services-1.1</url>
+    <connection>scm:git:git at github.com/kohsuke/${project.artifactId}.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/kohsuke/${project.artifactId}.git</developerConnection>
+    <url>http://${project.artifactId}.kohsuke.org/</url>
   </scm>
 
   <distributionManagement>
+    <snapshotRepository>
+      <id>sonatype-nexus-snapshots</id>
+      <name>Sonatype Nexus Snapshots</name>
+      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
+    </snapshotRepository>
     <repository>
-      <id>java.net</id>
-      <uniqueVersion>false</uniqueVersion>
-      <url>java-net:/maven2-repository/trunk/repository/</url>
+      <id>sonatype-nexus-staging</id>
+      <name>Nexus Release Repository</name>
+      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
     </repository>
     <site>
-      <id>metainf-services-www</id>
-      <url>java-net:/metainf-services/trunk/www/</url>
+      <id>github-pages</id>
+      <url>gitsite:git at github.com/kohsuke/${project.artifactId}.git</url>
     </site>
   </distributionManagement>
 
@@ -41,13 +48,67 @@
           <compilerArgument>-proc:none</compilerArgument>
          </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <releaseProfiles>release</releaseProfiles>
+        </configuration>
+      </plugin>
     </plugins>
+
     <extensions>
       <extension>
-        <groupId>org.jvnet.wagon-svn</groupId>
-        <artifactId>wagon-svn</artifactId>
-        <version>1.9</version>
+        <groupId>org.apache.maven.scm</groupId>
+        <artifactId>maven-scm-provider-gitexe</artifactId>
+        <version>1.3</version>
+      </extension>
+      <extension>
+        <groupId>org.apache.maven.scm</groupId>
+        <artifactId>maven-scm-manager-plexus</artifactId>
+        <version>1.3</version>
+      </extension>
+      <extension>
+        <groupId>org.kathrynhuxtable.maven.wagon</groupId>
+        <artifactId>wagon-gitsite</artifactId>
+        <version>0.3.1</version>
       </extension>
     </extensions>
   </build>
+
+  <licenses>
+    <license>
+        <name>MIT license</name>
+        <url>http://www.opensource.org/licenses/mit-license.php</url>
+        <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <repositories>
+    <repository>
+      <id>m.g.o-public</id>
+      <url>http://maven.glassfish.org/content/groups/public/</url>
+    </repository>
+  </repositories>
+
+  <profiles> 
+    <profile> 
+      <id>release</id> 
+      <build> 
+        <plugins> 
+          <plugin> 
+            <artifactId>maven-gpg-plugin</artifactId> 
+            <executions> 
+              <execution> 
+                <id>sign-artifacts</id> 
+                <phase>verify</phase> 
+                <goals> 
+                  <goal>sign</goal> 
+                </goals> 
+              </execution> 
+            </executions> 
+          </plugin> 
+        </plugins> 
+      </build> 
+    </profile> 
+  </profiles> 
 </project>
diff --git a/src/main/java/org/kohsuke/MetaInfServices.java b/src/main/java/org/kohsuke/MetaInfServices.java
index 962a54c..5ef6bbb 100644
--- a/src/main/java/org/kohsuke/MetaInfServices.java
+++ b/src/main/java/org/kohsuke/MetaInfServices.java
@@ -1,3 +1,26 @@
+/*
+ * The MIT License
+ *
+ * Copyright (c) 2009-, Kohsuke Kawaguchi
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
 package org.kohsuke;
 
 import java.lang.annotation.Documented;
diff --git a/src/main/java/org/kohsuke/metainf_services/AnnotationProcessorImpl.java b/src/main/java/org/kohsuke/metainf_services/AnnotationProcessorImpl.java
index ed1be00..e2a7464 100644
--- a/src/main/java/org/kohsuke/metainf_services/AnnotationProcessorImpl.java
+++ b/src/main/java/org/kohsuke/metainf_services/AnnotationProcessorImpl.java
@@ -1,3 +1,26 @@
+/*
+ * The MIT License
+ *
+ * Copyright (c) 2009-, Kohsuke Kawaguchi
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
 package org.kohsuke.metainf_services;
 
 import org.kohsuke.MetaInfServices;
diff --git a/src/site/site.xml b/src/site/site.xml
index e318d78..d62d8ea 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -1,19 +1,18 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <project name="META-INF/services generator">
   <skin>
-    <groupId>org.jvnet.maven-javanet-skin</groupId>
-    <artifactId>maven-javanet-skin</artifactId>
-    <version>1.0</version>
+    <groupId>org.kohsuke</groupId>
+    <artifactId>maven-skin</artifactId>
+    <version>1.1</version>
   </skin>
 
   <body>
     <menu name="META-INF/services generator">
       <item name="Usage" href="index.html"/>
 
-      <item name="Dwonload" href="http://download.java.net/maven/2/org/kohsuke/metainf-services/metainf-services/"/>
-      <item name="Mailing lists" href="servlets/ProjectMailingListList"/>
-      <item name="Source code" href="source/browse/trunk/metainf-services/"/>
-      <item name="Issues" href="servlets/ProjectIssues"/>
+      <!--item name="Dwonload" href="http://download.java.net/maven/2/org/kohsuke/metainf-services/metainf-services/"/-->
+      <item name="Source code" href="https://github.com/kohsuke/metainf-services"/>
+      <item name="Issues" href="http://java.net/jira/browse/METAINF_SERVICES"/>
     </menu>
     ${reports}
   </body>


hooks/post-receive
-- 
metainf-services packaging



More information about the pkg-java-commits mailing list