r3697 - in trunk: pollen-persistence pollen-services pollen-ui-struts2 pollen-votecounting pollen-votecounting-api pollen-votecounting-strategy pollen-votecounting-strategy-borda pollen-votecounting-strategy-condorcet pollen-votecounting-strategy-coombs pollen-votecounting-strategy-instant-runoff pollen-votecounting-strategy-normal pollen-votecounting-strategy-number pollen-votecounting-strategy-percentage
Author: tchemit Date: 2012-09-19 17:48:36 +0200 (Wed, 19 Sep 2012) New Revision: 3697 Url: http://chorem.org/repositories/revision/pollen/3697 Log: remove reporting profile from poms for modules with no site Modified: trunk/pollen-persistence/pom.xml trunk/pollen-services/pom.xml trunk/pollen-ui-struts2/pom.xml trunk/pollen-votecounting-api/pom.xml trunk/pollen-votecounting-strategy-borda/pom.xml trunk/pollen-votecounting-strategy-condorcet/pom.xml trunk/pollen-votecounting-strategy-coombs/pom.xml trunk/pollen-votecounting-strategy-instant-runoff/pom.xml trunk/pollen-votecounting-strategy-normal/pom.xml trunk/pollen-votecounting-strategy-number/pom.xml trunk/pollen-votecounting-strategy-percentage/pom.xml trunk/pollen-votecounting-strategy/pom.xml trunk/pollen-votecounting/pom.xml Modified: trunk/pollen-persistence/pom.xml =================================================================== --- trunk/pollen-persistence/pom.xml 2012-09-19 15:42:53 UTC (rev 3696) +++ trunk/pollen-persistence/pom.xml 2012-09-19 15:48:36 UTC (rev 3697) @@ -148,45 +148,5 @@ </plugins> </build> - <profiles> - - <profile> - <id>reporting</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <build> - <plugins> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <reportPlugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <reports> - <report>index</report> - <report>project-team</report> - <report>mailing-list</report> - <report>cim</report> - <report>issue-tracking</report> - <report>license</report> - <report>scm</report> - <report>dependency-convergence</report> - <report>dependency-management</report> - </reports> - </plugin> - </reportPlugins> - </configuration> - </plugin> - </plugins> - </build> - - </profile> - </profiles> - </project> Modified: trunk/pollen-services/pom.xml =================================================================== --- trunk/pollen-services/pom.xml 2012-09-19 15:42:53 UTC (rev 3696) +++ trunk/pollen-services/pom.xml 2012-09-19 15:48:36 UTC (rev 3697) @@ -138,45 +138,5 @@ </plugins> </build> - <profiles> - - <profile> - <id>reporting</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <build> - <plugins> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <reportPlugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <reports> - <report>index</report> - <report>project-team</report> - <report>mailing-list</report> - <report>cim</report> - <report>issue-tracking</report> - <report>license</report> - <report>scm</report> - <report>dependency-convergence</report> - <report>dependency-management</report> - </reports> - </plugin> - </reportPlugins> - </configuration> - </plugin> - </plugins> - </build> - - </profile> - </profiles> - </project> Modified: trunk/pollen-ui-struts2/pom.xml =================================================================== --- trunk/pollen-ui-struts2/pom.xml 2012-09-19 15:42:53 UTC (rev 3696) +++ trunk/pollen-ui-struts2/pom.xml 2012-09-19 15:48:36 UTC (rev 3697) @@ -653,43 +653,6 @@ </reporting> </profile> - <profile> - <id>reporting</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <build> - <plugins> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <reportPlugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <reports> - <report>index</report> - <report>project-team</report> - <report>mailing-list</report> - <report>cim</report> - <report>issue-tracking</report> - <report>license</report> - <report>scm</report> - <report>dependency-convergence</report> - <report>dependency-management</report> - </reports> - </plugin> - </reportPlugins> - </configuration> - </plugin> - </plugins> - </build> - - </profile> - </profiles> </project> Modified: trunk/pollen-votecounting/pom.xml =================================================================== --- trunk/pollen-votecounting/pom.xml 2012-09-19 15:42:53 UTC (rev 3696) +++ trunk/pollen-votecounting/pom.xml 2012-09-19 15:48:36 UTC (rev 3697) @@ -61,45 +61,4 @@ </plugins> </build> - <profiles> - - <profile> - <id>reporting</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <build> - <plugins> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <reportPlugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <reports> - <report>index</report> - <report>project-team</report> - <report>mailing-list</report> - <report>cim</report> - <report>issue-tracking</report> - <report>license</report> - <report>scm</report> - <report>dependency-convergence</report> - <report>dependency-management</report> - </reports> - </plugin> - </reportPlugins> - </configuration> - </plugin> - </plugins> - </build> - - </profile> - - </profiles> - </project> Modified: trunk/pollen-votecounting-api/pom.xml =================================================================== --- trunk/pollen-votecounting-api/pom.xml 2012-09-19 15:42:53 UTC (rev 3696) +++ trunk/pollen-votecounting-api/pom.xml 2012-09-19 15:48:36 UTC (rev 3697) @@ -58,45 +58,4 @@ </plugins> </build> - <profiles> - - <profile> - <id>reporting</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <build> - <plugins> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <reportPlugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <reports> - <report>index</report> - <report>project-team</report> - <report>mailing-list</report> - <report>cim</report> - <report>issue-tracking</report> - <report>license</report> - <report>scm</report> - <report>dependency-convergence</report> - <report>dependency-management</report> - </reports> - </plugin> - </reportPlugins> - </configuration> - </plugin> - </plugins> - </build> - - </profile> - - </profiles> - </project> Modified: trunk/pollen-votecounting-strategy/pom.xml =================================================================== --- trunk/pollen-votecounting-strategy/pom.xml 2012-09-19 15:42:53 UTC (rev 3696) +++ trunk/pollen-votecounting-strategy/pom.xml 2012-09-19 15:48:36 UTC (rev 3697) @@ -71,46 +71,5 @@ <packaging>pom</packaging> - <profiles> - - <profile> - <id>reporting</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <build> - <plugins> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <reportPlugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <reports> - <report>index</report> - <report>project-team</report> - <report>mailing-list</report> - <report>cim</report> - <report>issue-tracking</report> - <report>license</report> - <report>scm</report> - <report>dependency-convergence</report> - <report>dependency-management</report> - </reports> - </plugin> - </reportPlugins> - </configuration> - </plugin> - </plugins> - </build> - - </profile> - - </profiles> - </project> Modified: trunk/pollen-votecounting-strategy-borda/pom.xml =================================================================== --- trunk/pollen-votecounting-strategy-borda/pom.xml 2012-09-19 15:42:53 UTC (rev 3696) +++ trunk/pollen-votecounting-strategy-borda/pom.xml 2012-09-19 15:48:36 UTC (rev 3697) @@ -62,45 +62,4 @@ </plugins> </build> - <profiles> - - <profile> - <id>reporting</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <build> - <plugins> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <reportPlugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <reports> - <report>index</report> - <report>project-team</report> - <report>mailing-list</report> - <report>cim</report> - <report>issue-tracking</report> - <report>license</report> - <report>scm</report> - <report>dependency-convergence</report> - <report>dependency-management</report> - </reports> - </plugin> - </reportPlugins> - </configuration> - </plugin> - </plugins> - </build> - - </profile> - - </profiles> - </project> Modified: trunk/pollen-votecounting-strategy-condorcet/pom.xml =================================================================== --- trunk/pollen-votecounting-strategy-condorcet/pom.xml 2012-09-19 15:42:53 UTC (rev 3696) +++ trunk/pollen-votecounting-strategy-condorcet/pom.xml 2012-09-19 15:48:36 UTC (rev 3697) @@ -60,45 +60,4 @@ </plugins> </build> - <profiles> - - <profile> - <id>reporting</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <build> - <plugins> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <reportPlugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <reports> - <report>index</report> - <report>project-team</report> - <report>mailing-list</report> - <report>cim</report> - <report>issue-tracking</report> - <report>license</report> - <report>scm</report> - <report>dependency-convergence</report> - <report>dependency-management</report> - </reports> - </plugin> - </reportPlugins> - </configuration> - </plugin> - </plugins> - </build> - - </profile> - - </profiles> - </project> Modified: trunk/pollen-votecounting-strategy-coombs/pom.xml =================================================================== --- trunk/pollen-votecounting-strategy-coombs/pom.xml 2012-09-19 15:42:53 UTC (rev 3696) +++ trunk/pollen-votecounting-strategy-coombs/pom.xml 2012-09-19 15:48:36 UTC (rev 3697) @@ -62,45 +62,4 @@ </plugins> </build> - <profiles> - - <profile> - <id>reporting</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <build> - <plugins> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <reportPlugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <reports> - <report>index</report> - <report>project-team</report> - <report>mailing-list</report> - <report>cim</report> - <report>issue-tracking</report> - <report>license</report> - <report>scm</report> - <report>dependency-convergence</report> - <report>dependency-management</report> - </reports> - </plugin> - </reportPlugins> - </configuration> - </plugin> - </plugins> - </build> - - </profile> - - </profiles> - </project> Modified: trunk/pollen-votecounting-strategy-instant-runoff/pom.xml =================================================================== --- trunk/pollen-votecounting-strategy-instant-runoff/pom.xml 2012-09-19 15:42:53 UTC (rev 3696) +++ trunk/pollen-votecounting-strategy-instant-runoff/pom.xml 2012-09-19 15:48:36 UTC (rev 3697) @@ -62,45 +62,4 @@ </plugins> </build> - <profiles> - - <profile> - <id>reporting</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <build> - <plugins> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <reportPlugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <reports> - <report>index</report> - <report>project-team</report> - <report>mailing-list</report> - <report>cim</report> - <report>issue-tracking</report> - <report>license</report> - <report>scm</report> - <report>dependency-convergence</report> - <report>dependency-management</report> - </reports> - </plugin> - </reportPlugins> - </configuration> - </plugin> - </plugins> - </build> - - </profile> - - </profiles> - </project> Modified: trunk/pollen-votecounting-strategy-normal/pom.xml =================================================================== --- trunk/pollen-votecounting-strategy-normal/pom.xml 2012-09-19 15:42:53 UTC (rev 3696) +++ trunk/pollen-votecounting-strategy-normal/pom.xml 2012-09-19 15:48:36 UTC (rev 3697) @@ -56,45 +56,4 @@ </plugins> </build> - <profiles> - - <profile> - <id>reporting</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <build> - <plugins> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <reportPlugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <reports> - <report>index</report> - <report>project-team</report> - <report>mailing-list</report> - <report>cim</report> - <report>issue-tracking</report> - <report>license</report> - <report>scm</report> - <report>dependency-convergence</report> - <report>dependency-management</report> - </reports> - </plugin> - </reportPlugins> - </configuration> - </plugin> - </plugins> - </build> - - </profile> - - </profiles> - </project> Modified: trunk/pollen-votecounting-strategy-number/pom.xml =================================================================== --- trunk/pollen-votecounting-strategy-number/pom.xml 2012-09-19 15:42:53 UTC (rev 3696) +++ trunk/pollen-votecounting-strategy-number/pom.xml 2012-09-19 15:48:36 UTC (rev 3697) @@ -56,45 +56,4 @@ </plugins> </build> - <profiles> - - <profile> - <id>reporting</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <build> - <plugins> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <reportPlugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <reports> - <report>index</report> - <report>project-team</report> - <report>mailing-list</report> - <report>cim</report> - <report>issue-tracking</report> - <report>license</report> - <report>scm</report> - <report>dependency-convergence</report> - <report>dependency-management</report> - </reports> - </plugin> - </reportPlugins> - </configuration> - </plugin> - </plugins> - </build> - - </profile> - - </profiles> - </project> Modified: trunk/pollen-votecounting-strategy-percentage/pom.xml =================================================================== --- trunk/pollen-votecounting-strategy-percentage/pom.xml 2012-09-19 15:42:53 UTC (rev 3696) +++ trunk/pollen-votecounting-strategy-percentage/pom.xml 2012-09-19 15:48:36 UTC (rev 3697) @@ -64,45 +64,4 @@ </plugins> </build> - <profiles> - - <profile> - <id>reporting</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <build> - <plugins> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <reportPlugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <reports> - <report>index</report> - <report>project-team</report> - <report>mailing-list</report> - <report>cim</report> - <report>issue-tracking</report> - <report>license</report> - <report>scm</report> - <report>dependency-convergence</report> - <report>dependency-management</report> - </reports> - </plugin> - </reportPlugins> - </configuration> - </plugin> - </plugins> - </build> - - </profile> - - </profiles> - </project>
participants (1)
-
tchemit@users.chorem.org