You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2008/07/19 13:59:11 UTC

svn commit: r678141 - in /myfaces/tobago/trunk: pom.xml tobago-tool/maven-apt-plugin/pom.xml

Author: bommel
Date: Sat Jul 19 04:59:11 2008
New Revision: 678141

URL: http://svn.apache.org/viewvc?rev=678141&view=rev
Log:
new myfaces parent pom has been released

Modified:
    myfaces/tobago/trunk/pom.xml
    myfaces/tobago/trunk/tobago-tool/maven-apt-plugin/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=678141&r1=678140&r2=678141&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Sat Jul 19 04:59:11 2008
@@ -150,6 +150,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.2</version>
         <configuration>
           <configLocation>
             http://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools/src/main/resources/org/apache/myfaces/tobago/checkstyle.xml
@@ -159,7 +160,6 @@
           </headerLocation>
           <xrefLocation>xref</xrefLocation>
           <excludes>**/package-info.java</excludes>
-          <sourceEncoding>${maven.compile.encoding}</sourceEncoding>
           <minimumTokens>100</minimumTokens>
           <targetJdk>${maven.compile.source}</targetJdk>
         </configuration>
@@ -478,6 +478,10 @@
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>
+      <plugin>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.2</version>
+      </plugin>
       <!--<plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
@@ -525,6 +529,23 @@
           <version>1.0-alpha-2</version>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-checkstyle-plugin</artifactId>
+          <version>2.2</version>
+          <configuration>
+            <configLocation>
+              http://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools/src/main/resources/org/apache/myfaces/tobago/checkstyle.xml
+            </configLocation>
+            <headerLocation>
+              http://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools/src/main/resources/org/apache/myfaces/tobago/checkstyle-header.txt
+            </headerLocation>
+            <xrefLocation>xref</xrefLocation>
+            <excludes>**/package-info.java</excludes>
+            <minimumTokens>100</minimumTokens>
+            <targetJdk>${maven.compile.source}</targetJdk>
+          </configuration>
+        </plugin>
+        <plugin>
           <artifactId>maven-remote-resources-plugin</artifactId>
           <version>1.0-alpha-6</version>
           <executions>
@@ -1105,5 +1126,6 @@
     <maven.compile.source>1.5</maven.compile.source>
     <maven.compile.target>1.5</maven.compile.target>
     <maven.compile.encoding>UTF-8</maven.compile.encoding>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
 </project>
\ No newline at end of file

Modified: myfaces/tobago/trunk/tobago-tool/maven-apt-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-tool/maven-apt-plugin/pom.xml?rev=678141&r1=678140&r2=678141&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-tool/maven-apt-plugin/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-tool/maven-apt-plugin/pom.xml Sat Jul 19 04:59:11 2008
@@ -25,7 +25,19 @@
   <artifactId>maven-apt-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Apt Plugin</name>
-
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <configLocation>config/maven_checks.xml</configLocation>
+          <excludes>**/*.java</excludes>
+          <xrefLocation>xref</xrefLocation>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
   <reporting>
     <plugins>
       <plugin>
@@ -54,7 +66,6 @@
         <configuration>
           <configLocation>config/maven_checks.xml</configLocation>
           <excludes>**/*.java</excludes>
-          <sourceEncoding>${maven.compile.encoding}</sourceEncoding>
           <xrefLocation>xref</xrefLocation>
         </configuration>
       </plugin>