[LOGBack-dev] svn commit: r435 - in logback/trunk/logback-access: . src/site
noreply.seb at qos.ch
noreply.seb at qos.ch
Wed Aug 9 19:25:23 CEST 2006
Author: seb
Date: Wed Aug 9 19:25:22 2006
New Revision: 435
Removed:
logback/trunk/logback-access/src/site/
Modified:
logback/trunk/logback-access/pom.xml
Log:
modified files so that the project can be used in a multi-module environnement
Modified: logback/trunk/logback-access/pom.xml
==============================================================================
--- logback/trunk/logback-access/pom.xml (original)
+++ logback/trunk/logback-access/pom.xml Wed Aug 9 19:25:22 2006
@@ -2,12 +2,18 @@
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">
+ <parent>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback</artifactId>
+ <version>0.2-SNAPSHOT</version>
+ </parent>
+
<modelVersion>4.0.0</modelVersion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-access</artifactId>
+ <version>${parent.version}</version>
<packaging>jar</packaging>
- <version>0.2-SNAPSHOT</version>
<name>Logback Access Module</name>
<url>http://logback.qos.ch/access</url>
@@ -19,12 +25,6 @@
-->
Logback: the generic, reliable, fast and flexible logging library for Java.
</description>
-
- <organization>
- <name>QOS.ch</name>
- <url>http://www.qos.ch</url>
- </organization>
- <inceptionYear>2005</inceptionYear>
<dependencies>
<dependency>
@@ -76,7 +76,8 @@
</configuration>
</plugin>
- <!-- plugin>
+ <!--
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
@@ -88,9 +89,9 @@
<exclude>**/PackageTest.java</exclude>
</excludes>
</configuration>
- </plugin -->
-
+ </plugin>
+
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.1</version>
@@ -107,22 +108,25 @@
<outputDirectory>target/site/dist/</outputDirectory>
</configuration>
</plugin>
+ -->
</plugins>
+ <!--
<resources>
<resource>
<directory>src/site/xdocTemplates</directory>
- <!--
+
We're saving filtered xdocs in a temporary folder
and telling the site plug in to get the xdocs there.
- -->
+
<targetPath>generated-site</targetPath>
<filtering>true</filtering>
</resource>
- </resources>
+ </resources> -->
</build>
-
+
+ <!--
<reporting>
<plugins>
<plugin>
@@ -134,7 +138,7 @@
</xdocDirectory>
</configuration>
</plugin>
- <!-- plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>
maven-project-info-reports-plugin
@@ -146,7 +150,7 @@
</reports>
</reportSet>
</reportSets>
- </plugin -->
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
@@ -160,6 +164,7 @@
</plugin>
</plugins>
</reporting>
+ -->
<!-- LOGBack Access Repository ================================================ -->
@@ -173,11 +178,12 @@
<url>http://svn.qos.ch/viewcvs/logback/access/trunk/</url>
</scm>
+ <!--
<distributionManagement>
<site>
<id>pixie</id>
<url>scp://pixie/var/www/logback.qos.ch/htdocs/access</url>
</site>
- </distributionManagement>
+ </distributionManagement> -->
</project>
\ No newline at end of file
More information about the logback-dev
mailing list