Skip to content

Commit

Permalink
update plugin plugin version + fix info report version
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/tiste/MOJOHAUS-TO-GIT/SVN-MOJO-WIP/trunk/mojo/webstart@19255 52ab4f32-60fc-0310-b215-8acea882cd1b
  • Loading branch information
Tony Chemit committed Jan 12, 2014
1 parent 6c84adb commit 956c65d
Showing 1 changed file with 40 additions and 2 deletions.
42 changes: 40 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

<properties>
<mavenVersion>2.0.10</mavenVersion>
<mavenPluginPluginVersion>3.1</mavenPluginPluginVersion>
<mavenPluginPluginVersion>3.2</mavenPluginPluginVersion>
<keytoolVersion>1.4</keytoolVersion>
<sitePluginVersion>3.3</sitePluginVersion>

Expand Down Expand Up @@ -146,6 +146,45 @@
</modules>
</profile>

<profile>
<id>reporting</id>
<activation>
<property>
<name>skipReports</name>
<value>!true</value>
</property>
</activation>
<reporting>
<plugins>
<!-- remove this when using mojo-parent 33 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.7</version>
<reportSets>
<reportSet>
<reports>
<report>cim</report>
<report>dependencies</report>
<report>dependency-convergence</report>
<report>dependency-info</report>
<report>dependency-management</report>
<report>index</report>
<report>issue-tracking</report>
<report>license</report>
<report>mailing-list</report>
<report>plugin-management</report>
<report>project-team</report>
<report>scm</report>
<report>summary</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
</profile>

</profiles>

<dependencyManagement>
Expand Down Expand Up @@ -351,7 +390,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>

<executions>
<execution>
<goals>
Expand Down

0 comments on commit 956c65d

Please sign in to comment.