You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/09/16 05:47:29 UTC

[myfaces-tobago] 02/02: fixed jdk 1.4 build and release build

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

deki pushed a commit to tag tobago-1.0.29
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 29283c09ead734fffacbc0ef043a657eaf8114d7
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Wed Sep 15 05:38:45 2010 +0000

    fixed jdk 1.4 build and release build
---
 example/pom.xml         |  2 ++
 pom.xml                 | 13 +------------
 tobago-assembly/pom.xml |  5 +++++
 3 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/example/pom.xml b/example/pom.xml
index 60bea7a..554041c 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -110,6 +110,7 @@
       <modules>
         <module>blank</module>
         <module>demo</module>
+        <module>data</module>
       </modules>
     </profile>
     <profile>
@@ -117,6 +118,7 @@
       <modules>
         <module>blank</module>
         <module>demo</module>
+        <module>data</module>
         <module>tobago-example-assembly</module>
       </modules>
     </profile>
diff --git a/pom.xml b/pom.xml
index 9e87bff..c9b88f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -572,7 +572,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>2.2</version>
+          <version>2.1</version>
           <configuration>
             <archive>
               <manifest>
@@ -672,7 +672,6 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>clirr-maven-plugin</artifactId>
-          <version>2.2.2</version>
           <configuration>
             <failOnError>false</failOnError>
             <minSeverity>info</minSeverity>
@@ -690,16 +689,6 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-clean-plugin</artifactId>
-          <version>2.2</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-install-plugin</artifactId>
-          <version>2.2</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-scm-plugin</artifactId>
           <version>1.2</version>
         </plugin>
diff --git a/tobago-assembly/pom.xml b/tobago-assembly/pom.xml
index 22a008c..d1e6923 100644
--- a/tobago-assembly/pom.xml
+++ b/tobago-assembly/pom.xml
@@ -76,6 +76,11 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.tobago</groupId>
+      <artifactId>tobago-sandbox</artifactId>
+      <version>${project.version}</version>
+    </dependency>
   </dependencies>
 
   <profiles>

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.