Author: bpoussin Date: 2013-01-22 20:12:03 +0100 (Tue, 22 Jan 2013) New Revision: 24 Url: http://nuiton.org/projects/nuiton-js/repository/revisions/24 Log: add some information in pom.xml (perhaps this help to deploy site ?) Modified: trunk/pom.xml trunk/src/site/rst/index.rst Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-01-22 17:19:02 UTC (rev 23) +++ trunk/pom.xml 2013-01-22 19:12:03 UTC (rev 24) @@ -183,4 +183,56 @@ <url>http://www.nuiton.org/repositories/browse/nuiton-js/trunk</url> </scm> + <distributionManagement> + <site> + <id>${platform}</id> + <url>${our.site.repository}/${projectId}</url> + </site> + </distributionManagement> + + <profiles> + + <profile> + <id>reporting</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> + + <reporting> + <plugins> + + <plugin> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>${projectInfoReportsPluginVersion}</version> + <reportSets> + <reportSet> + <reports> + <report>project-team</report> + <report>mailing-list</report> + <report>cim</report> + <report>issue-tracking</report> + <report>license</report> + <report>scm</report> + <report>dependency-info</report> + <report>dependencies</report> + <report>dependency-convergence</report> + <report>plugin-management</report> + <report>plugins</report> + <report>dependency-management</report> + <report>summary</report> + </reports> + </reportSet> + </reportSets> + </plugin> + + </plugins> + </reporting> + + </profile> + + </profiles> + </project> Modified: trunk/src/site/rst/index.rst =================================================================== --- trunk/src/site/rst/index.rst 2013-01-22 17:19:02 UTC (rev 23) +++ trunk/src/site/rst/index.rst 2013-01-22 19:12:03 UTC (rev 24) @@ -23,7 +23,7 @@ <filter-name>WebResourceOptimizer</filter-name> <filter-class>org.nuiton.js.wro.NuitonJsFilter</filter-class> </filter> - + <filter-mapping> <filter-name>WebResourceOptimizer</filter-name> <url-pattern>/nuiton-js/*</url-pattern>