Author: wesleyhales
Date: 2007-09-14 15:01:13 -0400 (Fri, 14 Sep 2007)
New Revision: 8272
Modified:
pom.xml
Log:
small reporting changes
Modified: pom.xml
===================================================================
--- pom.xml 2007-09-14 19:00:29 UTC (rev 8271)
+++ pom.xml 2007-09-14 19:01:13 UTC (rev 8272)
@@ -7,32 +7,40 @@
<name>Jboss Portal</name>
<version>1.0-SNAPSHOT</version>
<
url>http://labs.jboss.com/jbossportal</url>
-
+
<dependencies/>
-
+
<repositories>
<repository>
- <id>repository.jboss.org</id>
- <
url>http://repository.jboss.com/maven2/</url>
- </repository>
+ <id>repository.jboss.org</id>
+ <
url>http://repository.jboss.com/maven2/</url>
+ </repository>
</repositories>
<build>
- <pluginManagement>
- <plugins>
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <inherited>true</inherited>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jboss-packaging-maven-plugin</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <extensions>true</extensions>
+ </plugin>
+
+ </plugins>
+ </pluginManagement>
</build>
-
+
<!--<distributionManagement>
<repository>
Copy the distribution jar file to a local checkout of the maven repository
@@ -46,13 +54,12 @@
<
url>dav:https://snapshots.jboss.org/maven2</url>
</snapshotRepository>
</distributionManagement>-->
-
+
<modules>
<module>modules</module>
</modules>
-
-
-
+
+
<issueManagement>
<system>JIRA</system>
<
url>http://jira.jboss.com/jira/browse/JBPORTAL</url>
@@ -113,4 +120,36 @@
<
url>https://svn.jboss.org/repos/portal/trunk</url>
</scm>
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>maven-changes-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <version>2.0</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jxr-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <configuration>
+ <linkXref>true</linkXref>
+ <targetJdk>1.5</targetJdk>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </reporting>
+
</project>
\ No newline at end of file