[slf4j-dev] [GIT] SLF4J: Simple Logging Facade for Java branch, master, updated. v1.6.0-RC0-6-gb1d03d5

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Sat May 8 12:49:30 CEST 2010


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 "SLF4J: Simple Logging Facade for Java".

The branch, master has been updated
       via  b1d03d5ce82626fbc2e4b5ad13f8e92128b18038 (commit)
      from  bdf993562a15cb12f52d2ed465cdc87e90b595d2 (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 -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=b1d03d5ce82626fbc2e4b5ad13f8e92128b18038
http://github.com/ceki/slf4j/commit/b1d03d5ce82626fbc2e4b5ad13f8e92128b18038

commit b1d03d5ce82626fbc2e4b5ad13f8e92128b18038
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Sat May 8 12:46:15 2010 +0200

    - added a the javadoc profile so that javadoc jar are deployed
     when 'mvn deploy -P javadocjar' is invoked

diff --git a/pom.xml b/pom.xml
index b5857ba..b01b907 100644
--- a/pom.xml
+++ b/pom.xml
@@ -246,6 +246,27 @@
       </pluginRepositories>
 
     </profile>
+
+
+    <profile>
+      <id>javadocjar</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>attach-javadocs</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
   </profiles>
 
   <pluginRepositories>

-----------------------------------------------------------------------

Summary of changes:
 pom.xml |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
SLF4J: Simple Logging Facade for Java


More information about the slf4j-dev mailing list