Update of /cvsroot/webmacro/webmacro
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv32384
Modified Files:
pom.xml
Log Message:
Specify license, enable all reports
Index: pom.xml
===================================================================
RCS file: /cvsroot/webmacro/webmacro/pom.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pom.xml 14 Mar 2008 17:32:39 -0000 1.3
--- pom.xml 18 Mar 2008 00:10:26 -0000 1.4
***************
*** 4,8 ****
<artifactId>webmacro</artifactId>
<name>WebMacro</name>
! <version>2.1.1</version>
<description>WebMacro template engine</description>
<url>http://webmacro.sourceforge.net/</url>
--- 4,8 ----
<artifactId>webmacro</artifactId>
<name>WebMacro</name>
! <version>2.1-RC1-SNAPSHOT</version>
<description>WebMacro template engine</description>
<url>http://webmacro.sourceforge.net/</url>
***************
*** 152,161 ****
<licenses>
<license>
! <name>Gnu Public License</name>
! <url>http://www.gnu.org/copyleft/gpl.html</url>
! </license>
! <license>
! <name>The Apache Software License, Version 2.0</name>
! <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
--- 152,157 ----
<licenses>
<license>
! <name>BSD Licence</name>
! <url>http://webmacro.cvs.sourceforge.net/*checkout*/webmacro/webmacro/LICENSE.txt</url>
</license>
</licenses>
***************
*** 327,336 ****
<reporting>
<plugins>
! <!--plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>checkstyle.xml</configLocation>
</configuration>
! </plugin-->
<plugin>
<artifactId>maven-site-plugin</artifactId>
--- 323,332 ----
<reporting>
<plugins>
! <plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>checkstyle.xml</configLocation>
</configuration>
! </plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
***************
*** 347,354 ****
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
! <!--plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
! </plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
--- 343,350 ----
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
! <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
! </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
***************
*** 392,396 ****
<id>default</id>
<name>Default Repository</name>
! <url>file:///dist/webmacro/target/distributions/</url>
</repository>
<site>
--- 388,392 ----
<id>default</id>
<name>Default Repository</name>
! <url>scp://shell.sourceforge.net/home/groups/w/we/webmacro/htdocs/maven2/</url>
</repository>
<site>
|