
Author: seb Date: Tue Jul 18 09:54:21 2006 New Revision: 99 Modified: logback/core/trunk/pom.xml Log: modified artifact name, final file name and supressed emails Modified: logback/core/trunk/pom.xml ============================================================================== --- logback/core/trunk/pom.xml (original) +++ logback/core/trunk/pom.xml Tue Jul 18 09:54:21 2006 @@ -6,29 +6,30 @@ <modelVersion>4.0.0</modelVersion> <groupId>ch.qos.logback</groupId> - <artifactId>core</artifactId> + <artifactId>lb-core</artifactId> <packaging>jar</packaging> <version>0.1-SNAPSHOT</version> <name>LOGBack Core Module</name> <url>http://logback.qos.ch</url> <description> - LOGBack: the generic, reliable, fast and flexible logging library for Java. + LOGBack: the generic, reliable, fast and flexible logging + library for Java. </description> - + <dependencies> <dependency> <groupId>janino</groupId> <artifactId>janino</artifactId> <version>2.4.3</version> </dependency> - + <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> </dependencies> @@ -64,7 +65,7 @@ <executions> <execution> <id>bundle-test-jar</id> - <phase>package</phase> + <phase>package</phase> <goals> <goal>jar</goal> <goal>test-jar</goal> @@ -82,22 +83,11 @@ src/main/assembly/source.xml </descriptor> </descriptors> - <!-- descriptors> - <descriptor> - src/main/assembly/simple-zip.xml - </descriptor> - <descriptor> - src/main/assembly/jar-with-dependencies.xml - </descriptor> - </descriptors --> - <finalName>LOGBackCore</finalName> + <finalName>LOGBackCore-${project.version}</finalName> <outputDirectory>target/dist</outputDirectory> </configuration> </plugin> - - - <!-- EOF PLUGINS --> </plugins> <testResources> @@ -112,6 +102,54 @@ </testResources> </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <!-- configuration> + <xdocDirectory> + ${basedir}/src/site/xdocs/ + </xdocDirectory> + <templateDirectory>${basedir}/stylesheets/</templateDirectory> + <template>site.vsl</template> + + </configuration --> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId> + maven-project-info-reports-plugin + </artifactId> + <reportSets> + <reportSet> + <reports> + <!-- report>index</report --> + <report>license</report> + <report>project-team</report> + <report>dependencies</report> + <report>scm</report> + </reports> + </reportSet> + </reportSets> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <links> + <link> + http://java.sun.com/j2se/1.5.0/docs/api + </link> + </links> + </configuration> + </plugin> + </plugins> + </reporting> + + + <!-- LOGBack Core Repository ================================================ --> <scm> @@ -124,7 +162,7 @@ <url>http://svn.qos.ch/viewcvs/logback/core/trunk/</url> </scm> - <!-- Mailing Lists ======================================================= --> + <!-- Mailing Lists ======================================================= --> <mailingLists> <mailingList> <name>LOGBack Announce List</name> @@ -168,14 +206,12 @@ <developer> <name>Ceki Gulcu</name> - <email>ceki@qos.ch</email> <organization>QOS.ch</organization> <organizationUrl>http://www.qos.ch</organizationUrl> </developer> <developer> <name>Sebastien Pennec</name> - <email>sebastien@qos.ch</email> <organization>QOS.ch</organization> <organizationUrl>http://www.qos.ch</organizationUrl> </developer>
participants (1)
-
noreply.seb@qos.ch