Update of /var/cvs/all/maven-base
In directory james.mmbase.org:/tmp/cvs-serv19354
Modified Files:
pom.xml
Log Message:
removed check style because it didn't work, and i thin it was moved to
../maven. Added information about where to deploy the maven site
See also: http://cvs.mmbase.org/viewcvs/all/maven-base
Index: pom.xml
===================================================================
RCS file: /var/cvs/all/maven-base/pom.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- pom.xml 25 Mar 2009 13:55:04 -0000 1.13
+++ pom.xml 25 Mar 2009 17:56:56 -0000 1.14
@@ -46,7 +46,7 @@
<issueManagement>
<system>JIRA</system>
- <url>http://www.mmbase.org/jira</url>
+ <url>http://www.mmbase.org/jira/</url>
</issueManagement>
<ciManagement>
@@ -288,60 +288,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.2</version>
- <dependencies>
- <dependency>
- <groupId>org.mmbase.maven</groupId>
- <artifactId>codestandards</artifactId>
- <version>${mmbase.version}</version>
- </dependency>
- <dependency>
- <groupId>checkstyle</groupId>
- <artifactId>checkstyle</artifactId>
- <version>4.4</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-velocity</artifactId>
- <version>1.1.3</version>
- <exclusions>
- <exclusion>
- <!-- Use the version specified by checkstyle:checkstyle
instead -->
- <artifactId>commons-collections</artifactId>
- <groupId>commons-collections</groupId>
- </exclusion>
- <exclusion>
- <artifactId>plexus-utils</artifactId>
- <groupId>plexus</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- </dependencies>
- <configuration>
- <encoding>UTF-8</encoding>
- </configuration>
- <executions>
- <execution>
- <id>validate</id>
- <phase>validate</phase>
- <configuration>
- <configLocation>mmbase-checkstyle.xml</configLocation>
- <consoleOutput>true</consoleOutput>
- <failsOnError>true</failsOnError>
- <linkXRef>false</linkXRef>
-
<suppressionsLocation>mmbase-checkstyle-suppressions.xml</suppressionsLocation>
- <sourceDirectory>src</sourceDirectory>
- <excludes>**/archetype-resources/**/*.java</excludes>
- </configuration>
- <goals>
- <goal>checkstyle</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.4</version>
<dependencies>
@@ -557,19 +503,16 @@
<groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
<version>${jsp.version}</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>${jstl.version}</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>taglibs</groupId>
<artifactId>standard</artifactId>
<version>${taglib-standard.version}</version>
- <scope>provided</scope>
</dependency>
<dependency>
@@ -636,10 +579,12 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
+ <scope>provided</scope>
</dependency>
</dependencies>
@@ -656,6 +601,10 @@
<url>scp://mmbase.org/home/mmweb/web/snapshots</url>
<uniqueVersion>false</uniqueVersion>
</snapshotRepository>
+ <site>
+ <id>mmbase-website</id>
+ <url>scp://mmbase.org/home/mmweb/web/mm2/</url>
+ </site>
</distributionManagement>
<repositories>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs