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 2018/05/08 12:47:54 UTC

[myfaces] branch 1_2_0 created (now dda3dab)

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

deki pushed a change to branch 1_2_0
in repository https://gitbox.apache.org/repos/asf/myfaces.git.


      at dda3dab  some more maven changes

This branch includes the following new commits:

     new d7d9d5a  some assembly changes...
     new 8d972ac  1.2.0 no more SNAPSHOT
     new 568e76e  clirr-maven-plugin now 2.1.1
     new bfe84e7  changed assembly...
     new 4ee2662  update of assembly/pom.xml
     new dda3dab  some more maven changes

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.

[myfaces] 03/06: clirr-maven-plugin now 2.1.1

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch 1_2_0
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit 568e76e6b9a16a7491378785c2e3cf136433178a
Author: Matthias Wessendorf <ma...@apache.org>
AuthorDate: Fri Jul 13 11:57:44 2007 +0000

    clirr-maven-plugin now 2.1.1
---
 api/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/pom.xml b/api/pom.xml
index de86590..5d8a5f8 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -139,7 +139,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>clirr-maven-plugin</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>2.1.1</version>
             <configuration>
               <comparisonArtifacts>
                 <comparisonArtifact>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.

[myfaces] 01/06: some assembly changes...

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch 1_2_0
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit d7d9d5aac16caca9930afd3a719b6ca79342b248
Author: Matthias Wessendorf <ma...@apache.org>
AuthorDate: Fri Jul 13 11:55:41 2007 +0000

    some assembly changes...
---
 assembly/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index a80c219..c71148f 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.1.4-SNAPSHOT</version>
+    <version>1.2.0</version>
   </parent>
 
   <scm>
@@ -53,7 +53,7 @@
                 <artifactItem>
                   <groupId>org.apache.myfaces.shared</groupId>
                   <artifactId>myfaces-shared-impl</artifactId>
-                  <version>1.1.2-SNAPSHOT</version>
+                  <version>1.2.0</version>
                   <classifier>javadoc</classifier>
                 </artifactItem>
                 -->
@@ -118,7 +118,7 @@
       <plugin>
         <groupId>org.apache.myfaces.maven</groupId>
         <artifactId>wagon-maven-plugin</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.5</version>
         <configuration>
           <id>myfaces-nightly-builds</id>
           <url>scpexe://minotaur.apache.org/www/cvs.apache.org/builds/myfaces/nightly</url>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.

[myfaces] 06/06: some more maven changes

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch 1_2_0
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit dda3dab5c6e18198c7d6d1b0d8107f09b40fe527
Author: Matthias Wessendorf <ma...@apache.org>
AuthorDate: Sat Jul 14 14:35:06 2007 +0000

    some more maven changes
---
 api/pom.xml      | 6 ++++++
 assembly/pom.xml | 4 +++-
 impl/pom.xml     | 6 ++++++
 3 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/api/pom.xml b/api/pom.xml
index 5d8a5f8..049d97d 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -72,6 +72,12 @@
   <profiles>
     <profile>
       <id>generate-assembly</id>
+      <activation>
+        <property>
+          <name>performRelease</name>
+          <value>true</value>
+        </property>
+      </activation>
       <build>
         <plugins>
           <plugin>
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 2d5bd35..5e35df2 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -24,7 +24,9 @@
 
     <plugins>
        <plugin>
-        <artifactId>maven-dependency-plugin</artifactId>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>dependency-maven-plugin</artifactId>
+
         <executions>
 
           <execution>
diff --git a/impl/pom.xml b/impl/pom.xml
index f32153f..f600630 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -151,6 +151,12 @@
     </profile>
     <profile>
       <id>generate-assembly</id>
+      <activation>
+        <property>
+          <name>performRelease</name>
+          <value>true</value>
+        </property>
+      </activation>
       <build>
         <plugins>
           <plugin>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.

[myfaces] 05/06: update of assembly/pom.xml

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch 1_2_0
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit 4ee26621aa8e3daede482897835fdd3790504c17
Author: Matthias Wessendorf <ma...@apache.org>
AuthorDate: Sat Jul 14 13:59:31 2007 +0000

    update of assembly/pom.xml
---
 assembly/pom.xml | 60 ++++++++++++++++++++++++++++++--------------------------
 1 file changed, 32 insertions(+), 28 deletions(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index c71148f..2d5bd35 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -15,24 +15,23 @@
   </parent>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/jsf12/assembly</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/jsf12/assembly</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/jsf12/assembly</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_0/assembly</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1_2_0/assembly</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_0/assembly</url>
   </scm>
 
   <build>
 
     <plugins>
        <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>dependency-maven-plugin</artifactId>
+        <artifactId>maven-dependency-plugin</artifactId>
         <executions>
 
           <execution>
             <id>copy-javadoc</id>
             <phase>package</phase>
             <goals>
-              <goal>copy</goal>
+              <goal>unpack</goal>
             </goals>
             <configuration>
               <artifactItems>
@@ -41,62 +40,64 @@
                   <artifactId>myfaces-api</artifactId>
                   <version>${version}</version>
                   <classifier>javadoc</classifier>
+                  <outputDirectory>${project.build.directory}/javadoc/api</outputDirectory>
                 </artifactItem>
                 <artifactItem>
                   <groupId>org.apache.myfaces.core</groupId>
                   <artifactId>myfaces-impl</artifactId>
                   <version>${version}</version>
                   <classifier>javadoc</classifier>
+                  <outputDirectory>${project.build.directory}/javadoc/impl</outputDirectory>
                 </artifactItem>
-                <!--
-                TODO/CHECK: o.a.m.shared_impl.* javadoc automatically included?
-                <artifactItem>
-                  <groupId>org.apache.myfaces.shared</groupId>
-                  <artifactId>myfaces-shared-impl</artifactId>
-                  <version>1.2.0</version>
-                  <classifier>javadoc</classifier>
-                </artifactItem>
-                -->
               </artifactItems>
-              <outputDirectory>${project.build.directory}/javadoc</outputDirectory>
             </configuration>
           </execution>
+          
           <execution>
             <id>copy-tlddoc</id>
             <phase>package</phase>
             <goals>
-              <goal>copy</goal>
+              <goal>unpack</goal>
             </goals>
             <configuration>
               <artifactItems>
-
                 <artifactItem>
                   <groupId>org.apache.myfaces.core</groupId>
                   <artifactId>myfaces-impl</artifactId>
                   <version>${version}</version>
                   <classifier>tlddoc</classifier>
                 </artifactItem>
-
                </artifactItems>
                <outputDirectory>${project.build.directory}/tlddoc</outputDirectory>
              </configuration>
-           </execution>
+          </execution>
+          
           <execution>
             <id>copy-source</id>
             <phase>package</phase>
             <goals>
-              <goal>copy</goal>
+              <goal>unpack</goal>
             </goals>
             <configuration>
               <artifactItems>
-
+  		          <artifactItem>
+                  <groupId>org.apache.myfaces.core</groupId>
+                  <artifactId>myfaces-api</artifactId>
+                  <version>${version}</version>
+		              <classifier>sources</classifier>
+                </artifactItem>
                 <artifactItem>
                   <groupId>org.apache.myfaces.core</groupId>
                   <artifactId>myfaces-impl</artifactId>
                   <version>${version}</version>
-                  <classifier>sources</classifier>
+		              <classifier>sources</classifier>
+                </artifactItem>
+		            <artifactItem>
+                  <groupId>org.apache.myfaces.shared</groupId>
+                  <artifactId>myfaces-shared-impl</artifactId>
+                  <version>2.0.7-SNAPSHOT</version>
+		              <classifier>sources</classifier>
                 </artifactItem>
-
                </artifactItems>
                <outputDirectory>${project.build.directory}/src</outputDirectory>
              </configuration>
@@ -106,9 +107,12 @@
 
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.0-beta-1</version>
+        <version>2.0.1</version>
         <configuration>
-          <descriptor>src/main/assembly/dep.xml</descriptor>
+          <descriptors>
+             <descriptor>src/main/assembly/bin.xml</descriptor>
+	           <descriptor>src/main/assembly/src.xml</descriptor>
+	        </descriptors>
           <finalName>myfaces-core-${version}</finalName>
           <outputDirectory>target/assembly/out</outputDirectory>
           <workDirectory>target/assembly/work</workDirectory>
@@ -118,10 +122,10 @@
       <plugin>
         <groupId>org.apache.myfaces.maven</groupId>
         <artifactId>wagon-maven-plugin</artifactId>
-        <version>1.0.5</version>
+        <version>1.0.6-SNAPSHOT</version>
         <configuration>
           <id>myfaces-nightly-builds</id>
-          <url>scpexe://minotaur.apache.org/www/cvs.apache.org/builds/myfaces/nightly</url>
+          <url>scpexe://minotaur.apache.org/www/people.apache.org/builds/myfaces/nightly</url>
           <inputDirectory>target/assembly/out</inputDirectory>
         </configuration>
       </plugin>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.

[myfaces] 04/06: changed assembly...

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch 1_2_0
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit bfe84e702aa26a3d81e5f24d2dbac06ba0107d61
Author: Matthias Wessendorf <ma...@apache.org>
AuthorDate: Sat Jul 14 13:37:06 2007 +0000

    changed assembly...
---
 assembly/src/main/assembly/{dep.xml => bin.xml} | 80 ++++++++++++-------------
 assembly/src/main/assembly/src.xml              | 23 +++++++
 2 files changed, 63 insertions(+), 40 deletions(-)

diff --git a/assembly/src/main/assembly/dep.xml b/assembly/src/main/assembly/bin.xml
similarity index 85%
rename from assembly/src/main/assembly/dep.xml
rename to assembly/src/main/assembly/bin.xml
index 487147c..ec34dc1 100644
--- a/assembly/src/main/assembly/dep.xml
+++ b/assembly/src/main/assembly/bin.xml
@@ -1,40 +1,40 @@
-<assembly>
-  <id>bin</id>
-  <formats>
-    <format>tar.gz</format>
-    <format>zip</format>
-  </formats>
-  <dependencySets>
-    <dependencySet>
-      <outputDirectory>lib</outputDirectory>
-      <scope>runtime</scope>
-    </dependencySet>
-  </dependencySets>
-  <fileSets>
-    <fileSet>
-    	<directory>src/main/resources</directory>
-    	<outputDirectory></outputDirectory>
-      <includes>
-        <include>README*</include>
-        <include>LICENSE*</include>
-        <include>NOTICE*</include>
-        <include>RELEASE*</include>
-      </includes>
-    </fileSet>
-    <fileSet>
-      <directory>target/javadoc</directory>
-      <outputDirectory>javadoc</outputDirectory>
-      <includes>
-        <include>*.jar</include>
-      </includes>
-    </fileSet>
-    <fileSet>
-      <directory>target/tlddoc</directory>
-      <outputDirectory>tlddoc</outputDirectory>
-      <includes>
-        <include>*.jar</include>
-      </includes>
-    </fileSet>
-
-  </fileSets>
-</assembly>
+<assembly>
+  <id>bin</id>
+  <formats>
+    <format>tar.gz</format>
+    <format>zip</format>
+  </formats>
+  <dependencySets>
+    <dependencySet>
+      <outputDirectory>lib</outputDirectory>
+      <scope>runtime</scope>
+    </dependencySet>
+  </dependencySets>
+  <fileSets>
+    <fileSet>
+    	<directory>src/main/resources</directory>
+    	<outputDirectory></outputDirectory>
+      <includes>
+        <include>README*</include>
+        <include>LICENSE*</include>
+        <include>NOTICE*</include>
+        <include>RELEASE*</include>
+      </includes>
+    </fileSet>
+    <fileSet>
+      <directory>target/javadoc</directory>
+      <outputDirectory>javadoc</outputDirectory>
+      <excludes>
+        <exclude>META-INF/*</exclude>
+      </excludes>
+    </fileSet>
+    <fileSet>
+      <directory>target/tlddoc</directory>
+      <outputDirectory>tlddoc</outputDirectory>
+      <includes>
+        <include>**/*</include>
+      </includes>
+    </fileSet>
+
+  </fileSets>
+</assembly>
diff --git a/assembly/src/main/assembly/src.xml b/assembly/src/main/assembly/src.xml
new file mode 100644
index 0000000..90e4fa7
--- /dev/null
+++ b/assembly/src/main/assembly/src.xml
@@ -0,0 +1,23 @@
+<assembly>
+  <id>src</id>
+  <formats>
+    <format>tar.gz</format>
+    <format>zip</format>
+  </formats>  
+  <fileSets>
+    <fileSet>
+    	<directory>src/main/resources</directory>
+    	<outputDirectory></outputDirectory>
+      <includes>
+        <include>README*</include>
+        <include>LICENSE*</include>
+        <include>NOTICE*</include>
+        <include>RELEASE*</include>
+      </includes>
+    </fileSet>   
+    <fileSet>
+      <directory>target/src</directory>
+      <outputDirectory>src</outputDirectory>
+    </fileSet>
+  </fileSets>
+</assembly>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.

[myfaces] 02/06: 1.2.0 no more SNAPSHOT

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch 1_2_0
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit 8d972ac22bcb4bbc933bd2b31af4736e43215ecc
Author: Matthias Wessendorf <ma...@apache.org>
AuthorDate: Fri Jul 13 11:56:49 2007 +0000

    1.2.0 no more SNAPSHOT
---
 api/pom.xml   | 4 ++--
 build/pom.xml | 2 +-
 impl/pom.xml  | 6 +++---
 pom.xml       | 8 ++++----
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index 2a599a0..de86590 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -166,7 +166,7 @@
     <dependency>
        <groupId>org.apache.myfaces.core</groupId>
        <artifactId>myfaces-build</artifactId>
-       <version>1.2.0-SNAPSHOT</version>
+       <version>1.2.0</version>
        <scope>provided</scope>
     </dependency>
     <dependency>
diff --git a/build/pom.xml b/build/pom.xml
index 420ecb9..7a94e42 100644
--- a/build/pom.xml
+++ b/build/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/impl/pom.xml b/impl/pom.xml
index 001018a..f32153f 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -88,7 +88,7 @@
                 <artifactItem>
                   <groupId>org.apache.myfaces.shared</groupId>
                   <artifactId>myfaces-shared-impl</artifactId>
-                  <version>3.0.0-SNAPSHOT</version>
+                  <version>3.0.0</version>
                 </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/classes</outputDirectory>
@@ -234,7 +234,7 @@
     <dependency>
        <groupId>org.apache.myfaces.core</groupId>
        <artifactId>myfaces-build</artifactId>
-       <version>1.2.0-SNAPSHOT</version>
+       <version>1.2.0</version>
        <scope>provided</scope>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index 331ba27..584794e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
   <artifactId>myfaces-core-project</artifactId>
   <packaging>pom</packaging>
   <name>Core Project</name>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.0</version>
   <url>http://myfaces.apache.org/projects</url>
   <issueManagement>
     <system>jira</system>
@@ -115,18 +115,18 @@
       <dependency>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-api</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-api</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <classifier>tests</classifier>
       </dependency>
       <dependency>
         <groupId>org.apache.myfaces.shared</groupId>
         <artifactId>myfaces-shared-impl</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
       </dependency>
 
       <dependency>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.