You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2019/12/01 11:42:43 UTC

[struts-archetypes] branch cleanup updated (2174235 -> dee8103)

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

lukaszlenart pushed a change to branch cleanup
in repository https://gitbox.apache.org/repos/asf/struts-archetypes.git.


    from 2174235  Performs various cleanups and updates to adjust archetypes
     new 89c84e4  Uses more compact description which is used when generating artifacts
     new b904eb2  Uses Maven Archetype plugin 3.1.3 which supports skipping non-archetypes This functionality is under review https://github.com/apache/maven-archetype/pull/33
     new dee8103  Drops empty line

The 3 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.


Summary of changes:
 pom.xml                                                           | 8 +-------
 struts2-archetype-angularjs/pom.xml                               | 2 +-
 struts2-archetype-blank/pom.xml                                   | 2 +-
 struts2-archetype-convention/pom.xml                              | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                | 1 -
 struts2-archetype-dbportlet/pom.xml                               | 5 +----
 struts2-archetype-plugin/pom.xml                                  | 2 +-
 struts2-archetype-portlet/pom.xml                                 | 5 +----
 struts2-archetype-starter/pom.xml                                 | 5 +----
 9 files changed, 8 insertions(+), 24 deletions(-)


[struts-archetypes] 03/03: Drops empty line

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

lukaszlenart pushed a commit to branch cleanup
in repository https://gitbox.apache.org/repos/asf/struts-archetypes.git

commit dee8103f1072ea355016de10c5793465d1fbadf5
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun Dec 1 12:42:18 2019 +0100

    Drops empty line
---
 .../src/main/resources/archetype-resources/pom.xml                       | 1 -
 1 file changed, 1 deletion(-)

diff --git a/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml b/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml
index 3cefb3f..cf1adfc 100644
--- a/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml
+++ b/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml
@@ -89,7 +89,6 @@
                     </webAppConfig>
                 </configuration>
             </plugin>
-
         </plugins>
     </build>
 </project>


[struts-archetypes] 01/03: Uses more compact description which is used when generating artifacts

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

lukaszlenart pushed a commit to branch cleanup
in repository https://gitbox.apache.org/repos/asf/struts-archetypes.git

commit 89c84e4c961a2a61bc1550bd47445354d7fd84ce
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Tue Nov 12 08:45:26 2019 +0100

    Uses more compact description which is used when generating artifacts
---
 struts2-archetype-angularjs/pom.xml  | 2 +-
 struts2-archetype-blank/pom.xml      | 2 +-
 struts2-archetype-convention/pom.xml | 2 +-
 struts2-archetype-dbportlet/pom.xml  | 5 +----
 struts2-archetype-plugin/pom.xml     | 2 +-
 struts2-archetype-portlet/pom.xml    | 5 +----
 struts2-archetype-starter/pom.xml    | 5 +----
 7 files changed, 7 insertions(+), 16 deletions(-)

diff --git a/struts2-archetype-angularjs/pom.xml b/struts2-archetype-angularjs/pom.xml
index a9532d0..3f56599 100644
--- a/struts2-archetype-angularjs/pom.xml
+++ b/struts2-archetype-angularjs/pom.xml
@@ -10,7 +10,7 @@
     <artifactId>struts2-archetype-angularjs</artifactId>
     <packaging>maven-archetype</packaging>
     <name>Struts 2 Archetypes - Angular JS</name>
-    <description>This is Struts 2's "HTML5 AngularJS" Maven Archetype</description>
+    <description>Struts 2's HTML5 AngularJS App Archetype</description>
 
     <properties>
         <maven.test.skip>true</maven.test.skip>
diff --git a/struts2-archetype-blank/pom.xml b/struts2-archetype-blank/pom.xml
index 58777c8..7d69a8a 100644
--- a/struts2-archetype-blank/pom.xml
+++ b/struts2-archetype-blank/pom.xml
@@ -10,7 +10,7 @@
     <artifactId>struts2-archetype-blank</artifactId>
     <packaging>maven-archetype</packaging>
     <name>Struts 2 Archetypes - Blank</name>
-    <description>This is Struts 2's "Blank" Maven Archetype</description>
+    <description>Struts 2's Blank App Archetype</description>
 
     <properties>
         <maven.test.skip>true</maven.test.skip>
diff --git a/struts2-archetype-convention/pom.xml b/struts2-archetype-convention/pom.xml
index eb71500..3e81682 100644
--- a/struts2-archetype-convention/pom.xml
+++ b/struts2-archetype-convention/pom.xml
@@ -9,7 +9,7 @@
     <artifactId>struts2-archetype-convention</artifactId>
     <packaging>maven-archetype</packaging>
     <name>Struts 2 Archetypes - Blank Convention</name>
-    <description>This is Struts 2's "Blank Convention" Maven Archetype</description>
+    <description>Struts 2's Blank Convention based App Archetype</description>
 
     <properties>
         <maven.test.skip>true</maven.test.skip>
diff --git a/struts2-archetype-dbportlet/pom.xml b/struts2-archetype-dbportlet/pom.xml
index a88793c..c0bc862 100644
--- a/struts2-archetype-dbportlet/pom.xml
+++ b/struts2-archetype-dbportlet/pom.xml
@@ -9,10 +9,7 @@
     <artifactId>struts2-archetype-dbportlet</artifactId>
     <packaging>maven-archetype</packaging>
     <name>Struts 2 Archetypes - Database Portlet</name>
-    <description>
-        This is Struts 2's "Database Portlet" Maven Archetype, to be used to create a simple portlet that displays
-        information in a database and can be deployed as a webapp or JSR168 portlet.
-    </description>
+    <description> Struts 2's Database Portlet Archetype, which can be deployed as a webapp or JSR168 portlet</description>
 
     <properties>
         <maven.test.skip>true</maven.test.skip>
diff --git a/struts2-archetype-plugin/pom.xml b/struts2-archetype-plugin/pom.xml
index 6d08aca..d399dbd 100644
--- a/struts2-archetype-plugin/pom.xml
+++ b/struts2-archetype-plugin/pom.xml
@@ -10,7 +10,7 @@
     <artifactId>struts2-archetype-plugin</artifactId>
     <packaging>maven-archetype</packaging>
     <name>Struts 2 Archetypes - Plugin</name>
-    <description>This is Struts 2's "Plugin" Maven Archetype</description>
+    <description>Struts 2's Basic Plugin Archetype</description>
 
     <properties>
         <maven.test.skip>true</maven.test.skip>
diff --git a/struts2-archetype-portlet/pom.xml b/struts2-archetype-portlet/pom.xml
index a9a935c..9fe3b8e 100644
--- a/struts2-archetype-portlet/pom.xml
+++ b/struts2-archetype-portlet/pom.xml
@@ -9,10 +9,7 @@
     <artifactId>struts2-archetype-portlet</artifactId>
     <packaging>maven-archetype</packaging>
     <name>Struts 2 Archetypes - Portlet</name>
-    <description>
-        This is Struts 2's "Portlet" Maven Archetype, to be used to create a simple portlet that
-        can be deployed as JSR286 portlet. There is a maven profile in order to test this portlet on Pluto Portal.
-    </description>
+    <description>Struts 2's Portlet Archetype, which can be deployed as JSR286 portlet</description>
 
     <properties>
         <maven.test.skip>true</maven.test.skip>
diff --git a/struts2-archetype-starter/pom.xml b/struts2-archetype-starter/pom.xml
index b696b03..3dbe1ef 100644
--- a/struts2-archetype-starter/pom.xml
+++ b/struts2-archetype-starter/pom.xml
@@ -11,10 +11,7 @@
     <artifactId>struts2-archetype-starter</artifactId>
     <packaging>maven-archetype</packaging>
     <name>Struts 2 Archetypes - Starter</name>
-    <description>
-        This is Struts 2's "Starter" Maven Archetype, to be used to create a simple webapp template that one could alter
-        to meet their needs.
-    </description>
+    <description>Struts 2's Starter App Archetype</description>
 
     <properties>
         <maven.test.skip>true</maven.test.skip>


[struts-archetypes] 02/03: Uses Maven Archetype plugin 3.1.3 which supports skipping non-archetypes This functionality is under review https://github.com/apache/maven-archetype/pull/33

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

lukaszlenart pushed a commit to branch cleanup
in repository https://gitbox.apache.org/repos/asf/struts-archetypes.git

commit b904eb24ff1de89d69f8c0fa422c217a21b83313
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun Dec 1 12:41:33 2019 +0100

    Uses Maven Archetype plugin 3.1.3 which supports skipping non-archetypes
    This functionality is under review https://github.com/apache/maven-archetype/pull/33
---
 pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3c7a3d4..aafdd5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,12 +99,6 @@
                     <target>1.7</target>
                 </configuration>
             </plugin>
-            <plugin>
-                <artifactId>maven-archetype-plugin</artifactId>
-                <configuration>
-                    <skip>true</skip>
-                </configuration>
-            </plugin>
         </plugins>
         <pluginManagement>
             <plugins>
@@ -120,7 +114,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-archetype-plugin</artifactId>
-                    <version>3.1.2</version>
+                    <version>3.1.3-SNAPSHOT</version>
                 </plugin>
             </plugins>
         </pluginManagement>