You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/02/16 09:30:40 UTC

[myfaces-tobago] branch tobago-2.x updated: chore: update maven-processor-plugin version

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch tobago-2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-2.x by this push:
     new aad8d06  chore: update maven-processor-plugin version
aad8d06 is described below

commit aad8d06d284811127ad6bc57948e9e5f61769855
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Feb 16 10:30:01 2022 +0100

    chore: update maven-processor-plugin version
---
 pom.xml                                 |  5 ----
 tobago-core/pom.xml                     | 49 +--------------------------------
 tobago-extension/tobago-sandbox/pom.xml |  3 +-
 3 files changed, 3 insertions(+), 54 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1aa4ddf..6cd24ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -777,11 +777,6 @@
           <version>3.10.0</version>
         </plugin>
         <plugin>
-          <groupId>org.bsc.maven</groupId>
-          <artifactId>maven-processor-plugin</artifactId>
-          <version>4.5-jdk8</version>
-        </plugin>
-        <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
           <version>6.5.1</version>
diff --git a/tobago-core/pom.xml b/tobago-core/pom.xml
index e9ba48d..df0e635 100644
--- a/tobago-core/pom.xml
+++ b/tobago-core/pom.xml
@@ -180,7 +180,7 @@
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
     </dependency>
-    
+
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
@@ -206,53 +206,6 @@
 
   <profiles>
     <profile>
-      <id>codegen-old-jdk</id>
-      <activation>
-        <jdk>1.6</jdk>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.bsc.maven</groupId>
-            <artifactId>maven-processor-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>process</id>
-                <goals>
-                  <goal>process</goal>
-                </goals>
-                <phase>generate-sources</phase>
-                <configuration>
-                  <!-- source output directory -->
-                  <outputDirectory>${project.build.directory}/generated</outputDirectory>
-                  <processors>
-                    <processor>org.apache.myfaces.tobago.apt.processor.ClassesGenerator</processor>
-                    <processor>org.apache.myfaces.tobago.apt.processor.TaglibGenerator</processor>
-                    <processor>org.apache.myfaces.tobago.apt.processor.FacesConfigGenerator</processor>
-                    <processor>org.apache.myfaces.tobago.apt.processor.CheckstyleConfigGenerator</processor>
-                  </processors>
-                  <optionMap>
-                    <sourceFacesConfig>${basedir}/src/main/faces-config/faces-config.xml</sourceFacesConfig>
-                    <targetFacesConfig>META-INF/faces-config.xml</targetFacesConfig>
-                    <targetTaglib>META-INF</targetTaglib>
-                    <targetCheckstyle>META-INF</targetCheckstyle>
-                    <jsfVersion>${jsf.target}</jsfVersion>
-                  </optionMap>
-                </configuration>
-              </execution>
-            </executions>
-            <dependencies>
-              <dependency>
-                <groupId>org.slf4j</groupId>
-                <artifactId>slf4j-jdk14</artifactId>
-                <version>${slf4j.version}</version>
-              </dependency>
-            </dependencies>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
       <id>codegen-recent-jdk</id>
       <activation>
         <jdk>!1.6</jdk>
diff --git a/tobago-extension/tobago-sandbox/pom.xml b/tobago-extension/tobago-sandbox/pom.xml
index cb6bdda..e94bfc9 100644
--- a/tobago-extension/tobago-sandbox/pom.xml
+++ b/tobago-extension/tobago-sandbox/pom.xml
@@ -63,7 +63,7 @@
                 <version>${project.version}</version>
                 <type>jar</type>
                 <classifier>sources</classifier>
-                <includes>org/apache/myfaces/tobago/internal/taglib/declaration/**/*</includes>                  
+                <includes>org/apache/myfaces/tobago/internal/taglib/declaration/**/*</includes>
               </artifactItem>
             </artifactItems>
             <outputDirectory>${project.build.directory}/tobago-core-sources</outputDirectory>
@@ -74,6 +74,7 @@
       <plugin>
         <groupId>org.bsc.maven</groupId>
         <artifactId>maven-processor-plugin</artifactId>
+        <version>4.5-jdk8</version>
         <executions>
           <execution>
             <id>process</id>