[logback-dev] [GIT] Logback-audit: logging for events with business significance. branch master updated. 50428a9363b4269d356bdee362bc10d89baf2207
added by portage for gitosis-gentoo
git-noreply at pixie.qos.ch
Mon Oct 24 23:31:48 CEST 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 "Logback-audit: logging for events with business significance.".
The branch, master has been updated
via 50428a9363b4269d356bdee362bc10d89baf2207 (commit)
from 423e8e2578db92ca8ee98598b3d9f5b427ee2ea6 (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://github.com/ceki/logback-audit/commit/50428a9363b4269d356bdee362bc10d89baf2207
commit 50428a9363b4269d356bdee362bc10d89baf2207
Author: Ceki Gulcu <ceki at qos.ch>
Date: Mon Oct 24 23:31:29 2011 +0200
minor edits
diff --git a/audit-site/src/site/pages/news.html b/audit-site/src/site/pages/news.html
index f525735..30f170b 100755
--- a/audit-site/src/site/pages/news.html
+++ b/audit-site/src/site/pages/news.html
@@ -30,8 +30,9 @@
<hr width="80%" align="center" />
- <h3>October 24TH, 2011 - Release of logback-audit version 0.5 </h3>
+ <h3>October 24th, 2011 - Release of logback-audit version 0.5 </h3>
+ <p>Initial public release of logback-audit.</p>
<hr width="80%" align="center" />
diff --git a/pom.xml b/pom.xml
index 47dccd0..1883b39 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -116,7 +117,7 @@
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
- <version>1.0-beta-1</version>
+ <version>2.0</version>
</extension>
</extensions>
<plugins>
@@ -149,10 +150,10 @@
</execution>
</executions>
</plugin>
- <plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
- <version>2.8</version>
+ <version>2.8</version>
<configuration>
<downloadSources>true</downloadSources>
</configuration>
@@ -181,38 +182,42 @@
<artifactId>maven-site-plugin</artifactId>
<version>3.0</version>
<configuration>
- <reportPlugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.8</version>
- <configuration>
- <aggregate>true</aggregate>
- <links>
- <link>
- http://java.sun.com/j2se/1.5.0/docs/api
- </link>
- </links>
- <groups>
- <group>
- <title>Logback Audit Common</title>
- <packages>ch.qos.logback.audit</packages>
- </group>
- <group>
- <title>Logback Audit Client</title>
- <packages>ch.qos.logback.audit.client:ch.qos.logback.audit.client.*</packages>
- </group>
- <group>
- <title>Logback Audit Server</title>
- <packages>ch.qos.logback.audit.server:ch.qos.logback.audit.server.*</packages>
- </group>
- <group>
- <title>Examples</title>
- <packages>examples*</packages>
- </group>
- </groups>
- </configuration>
- </plugin>
+ <reportPlugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.8</version>
+ <configuration>
+ <aggregate>true</aggregate>
+ <links>
+ <link>
+ http://java.sun.com/j2se/1.5.0/docs/api
+ </link>
+ </links>
+ <groups>
+ <group>
+ <title>Logback Audit Common</title>
+ <packages>ch.qos.logback.audit</packages>
+ </group>
+ <group>
+ <title>Logback Audit Client</title>
+ <packages>
+ ch.qos.logback.audit.client:ch.qos.logback.audit.client.*
+ </packages>
+ </group>
+ <group>
+ <title>Logback Audit Server</title>
+ <packages>
+ ch.qos.logback.audit.server:ch.qos.logback.audit.server.*
+ </packages>
+ </group>
+ <group>
+ <title>Examples</title>
+ <packages>examples*</packages>
+ </group>
+ </groups>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -233,16 +238,16 @@
</build>
<!--<reporting>-->
- <!--<plugins>-->
- <!--<plugin>-->
- <!--<groupId>org.apache.maven.plugins</groupId>-->
- <!--<artifactId>maven-project-info-reports-plugin</artifactId>-->
- <!--<version>2.4</version>-->
- <!--<reportSets>-->
- <!--<reportSet><reports/></reportSet>-->
- <!--</reportSets>-->
- <!--</plugin>-->
- <!--</plugins>-->
+ <!--<plugins>-->
+ <!--<plugin>-->
+ <!--<groupId>org.apache.maven.plugins</groupId>-->
+ <!--<artifactId>maven-project-info-reports-plugin</artifactId>-->
+ <!--<version>2.4</version>-->
+ <!--<reportSets>-->
+ <!--<reportSet><reports/></reportSet>-->
+ <!--</reportSets>-->
+ <!--</plugin>-->
+ <!--</plugins>-->
<!--</reporting>-->
<profiles>
@@ -274,12 +279,34 @@
</plugins>
</build>
</profile>
+
+ <profile>
+ <id>javadocjar</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.8</version>
+ <executions>
+ <execution>
+ <id>attach-javadocs</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
</profiles>
<distributionManagement>
<site>
<id>pixie</id>
- <url>scp://pixie/var/www/audit.qos.ch/htdocs/</url>
+ <url>scp://pixie.qos.ch/var/www/audit.qos.ch/htdocs/</url>
</site>
<repository>
-----------------------------------------------------------------------
Summary of changes:
audit-site/src/site/pages/news.html | 3 +-
pom.xml | 121 +++++++++++++++++++++--------------
2 files changed, 76 insertions(+), 48 deletions(-)
hooks/post-receive
--
Logback-audit: logging for events with business significance.
More information about the logback-dev
mailing list