Skip to content

Commit

Permalink
use prefix for qs name
Browse files Browse the repository at this point in the history
  • Loading branch information
ctomc committed Feb 13, 2017
1 parent 7ab65b9 commit b65c288
Show file tree
Hide file tree
Showing 149 changed files with 176 additions and 315 deletions.
43 changes: 22 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,39 +1,40 @@
*~
atlassian-ide-plugin.xml
target
.DS_Store
.faces-config.xml.faceside
.faces-config.xml.jsfdia
.tern-project
MANIFEST.MF
bin
.openshift
*/.gitignore
.gitkeep
/helloworld-jsp
README.html
CONTRIBUTING.html
RELEASE_PROCEDURE.html
.errai
helloworld-gwt/src/main/gwt-unitCache
helloworld-gwt/src/main/webapp/HelloWorldApp
helloworld-gwt/src/main/webapp/WEB-INF/deploy
helloworld-errai/src/main/gwt-unitCache
helloworld-errai/src/main/webapp/HelloWorldApp
helloworld-errai/src/main/webapp/WEB-INF/deploy
MANIFEST.MF
out
README.html
RELEASE_PROCEDURE.html
target
.classpath
.clover
.DS_Store
.errai
.factorypath
.gitkeep
.idea
.metadata
.nbattrs
.openshift
.project
.settings
.tern-project
.faces-config.xml.faceside
.faces-config.xml.jsfdia
*/.gitignore
/helloworld-jsp
*.ipr
*.iws
*.iml
atlassian-ide-plugin.xml
.classpath
.project
.settings
.metadata
.factorypath
bin
.nbattrs
*.log
.clover
*.swp
!/wicket-war/src/main/resources/META-INF/MANIFEST.MF

5 changes: 2 additions & 3 deletions app-client/client-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@
</parent>
<artifactId>jboss-app-client-client-simple</artifactId>
<packaging>jar</packaging>
<name>JBoss EAP Quickstart: app-client - client-simple</name>
<name>${qs.name.prefix} app-client - client-simple</name>
<description>This project demonstrates how to package and use an EE application client; this is the client POM file</description>
<url>http://www.jboss.org/products/eap</url>


<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion app-client/ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</parent>
<artifactId>jboss-app-client-ear</artifactId>
<packaging>ear</packaging>
<name>JBoss EAP Quickstart: app-client - ear</name>
<name>${qs.name.prefix} app-client - ear</name>
<description>This project demonstrates how to package and use an EE application client.
This is the EAR POM file, which creates the deployable application archive by
including the EJB and client application together with the necessary API libraries.</description>
Expand Down
3 changes: 1 addition & 2 deletions app-client/ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
</parent>
<artifactId>jboss-app-client-ejb</artifactId>
<packaging>ejb</packaging>
<name>JBoss EAP Quickstart: app-client - ejb</name>
<name>${qs.name.prefix} app-client - ejb</name>
<description>This project demonstrates how to package and use an EE application client; this is the EJB POM file</description>
<url>http://www.jboss.org/products/eap</url>

<licenses>
<license>
Expand Down
28 changes: 1 addition & 27 deletions app-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,43 +25,17 @@

<artifactId>jboss-app-client</artifactId>
<packaging>pom</packaging>
<name>JBoss EAP Quickstart: app-client</name>
<name>${qs.name.prefix} Quickstart: app-client</name>
<description>This project demonstrates how to package and use an EE application client.
This POM defines common properties to specify the used versions and plug-ins.
The subprojects are built in the appropriate sequence.</description>
<url>http://www.jboss.org/products/eap</url>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>

<modules>
<module>ejb</module>
<module>client-simple</module>
<module>ear</module>
</modules>

<dependencyManagement>
<dependencies>
<!-- JBoss distributes a complete set of Java EE APIs including a Bill
of Materials (BOM). A BOM specifies the versions of a "stack" (or a collection)
of artifacts. We use this here so that we always get the correct versions
of artifacts. Here we use the jboss-eap-javaee7 stack (you can
read this as the JBoss stack of the Java EE APIs and related components. -->
<dependency>
<groupId>org.jboss.bom</groupId>
<artifactId>jboss-eap-javaee7</artifactId>
<version>${version.jboss.bom.eap}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<build>
<plugins>
<plugin>
Expand Down
3 changes: 1 addition & 2 deletions batch-processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@

<artifactId>jboss-batch-processing</artifactId>
<packaging>war</packaging>
<name>JBoss EAP Quickstart: batch-processing</name>
<name>${qs.name.prefix} batch-processing</name>
<description>Shows how to use a Chunk oriented batch processing</description>
<url>http://www.jboss.org/products/eap</url>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion bean-validation-custom-constraint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<artifactId>jboss-bean-validation-custom-constraint</artifactId>
<packaging>war</packaging>
<name>JBoss EAP Quickstart: bean-validation-custom-constraint</name>
<name>${qs.name.prefix} bean-validation-custom-constraint</name>
<description>This project demonstrates Bean Validation Custom Constraints</description>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion bean-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<artifactId>jboss-bean-validation</artifactId>
<packaging>war</packaging>
<name>JBoss EAP Quickstart: bean-validation</name>
<name>${qs.name.prefix} bean-validation</name>
<description>This project demonstrates Bean Validation</description>

<licenses>
Expand Down
3 changes: 1 addition & 2 deletions bmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@

<artifactId>jboss-bmt</artifactId>
<packaging>war</packaging>
<name>JBoss EAP Quickstart: bmt</name>
<name>${qs.name.prefix} bmt</name>
<description>This project demonstrates how to use Bean Managed Transactions</description>
<url>http://www.jboss.org/products/eap</url>

<licenses>
<license>
Expand Down
3 changes: 1 addition & 2 deletions cdi-alternative/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
</parent>
<artifactId>jboss-cdi-alternative</artifactId>
<packaging>war</packaging>
<name>JBoss EAP Quickstart: cdi-alternative</name>
<name>${qs.name.prefix} cdi-alternative</name>
<description>This project demonstrates how to use CDI Alternative</description>
<url>http://www.jboss.org/products/eap</url>

<licenses>
<license>
Expand Down
3 changes: 1 addition & 2 deletions cdi-decorator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
</parent>
<artifactId>jboss-cdi-decorator</artifactId>
<packaging>war</packaging>
<name>JBoss EAP Quickstart: cdi-decorator</name>
<name>${qs.name.prefix} cdi-decorator</name>
<description>This project demonstrates a CDI Decorator</description>
<url>http://www.jboss.org/products/eap</url>

<licenses>
<license>
Expand Down
3 changes: 1 addition & 2 deletions cdi-injection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
</parent>
<artifactId>jboss-cdi-injection</artifactId>
<packaging>war</packaging>
<name>JBoss EAP Quickstart: cdi-injection</name>
<name>${qs.name.prefix} cdi-injection</name>
<description>A project that demonstrates CDI Injection</description>
<url>http://www.jboss.org/products/eap</url>

<licenses>
<license>
Expand Down
3 changes: 1 addition & 2 deletions cdi-interceptors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
</parent>
<artifactId>jboss-cdi-interceptors</artifactId>
<packaging>war</packaging>
<name>JBoss EAP Quickstart: cdi-interceptors</name>
<name>${qs.name.prefix} cdi-interceptors</name>
<description>This project demonstrates how to use CDI Interceptors</description>
<url>http://www.jboss.org/products/eap</url>

<licenses>
<license>
Expand Down
3 changes: 1 addition & 2 deletions cdi-portable-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
</parent>
<artifactId>jboss-cdi-portable-extension</artifactId>
<packaging>war</packaging>
<name>JBoss EAP Quickstart: cdi-portable-extension</name>
<name>${qs.name.prefix} cdi-portable-extension</name>
<description>This project demonstrates how to use CDI APIs and SPIs to create a Portable Extension</description>
<url>http://www.jboss.org/products/eap</url>

<licenses>
<license>
Expand Down
3 changes: 1 addition & 2 deletions cdi-stereotype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
</parent>
<artifactId>jboss-cdi-stereotype</artifactId>
<packaging>war</packaging>
<name>JBoss EAP Quickstart: cdi-stereotype</name>
<name>${qs.name.prefix} cdi-stereotype</name>
<description>This project demonstrates CDI Stereotype</description>
<url>http://www.jboss.org/products/eap</url>

<licenses>
<license>
Expand Down
3 changes: 1 addition & 2 deletions cdi-veto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
</parent>
<artifactId>jboss-cdi-veto</artifactId>
<packaging>war</packaging>
<name>JBoss EAP Quickstart: cdi-veto</name>
<name>${qs.name.prefix} cdi-veto</name>
<description>This project demonstrates how to use CDI APIs and SPIs to create a veto portable extension</description>
<url>http://www.jboss.org/products/eap</url>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion cluster-ha-singleton/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</parent>
<artifactId>jboss-cluster-ha-singleton</artifactId>
<packaging>pom</packaging>
<name>JBoss EAP Quickstart: cluster-ha-singleton</name>
<name>${qs.name.prefix} cluster-ha-singleton</name>
<description>A project that demonstrates a SingletonService, deployed in a JAR, started by SingletonStartup, and accessed by an EJB</description>
<url>http://jboss.org/jdf</url>

Expand Down
2 changes: 1 addition & 1 deletion cluster-ha-singleton/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</parent>
<artifactId>jboss-cluster-ha-singleton-service</artifactId>
<packaging>ejb</packaging>
<name>JBoss EAP Quickstart: cluster-ha-singleton - service</name>
<name>${qs.name.prefix} cluster-ha-singleton - service</name>
<description>A project that demonstrates a SingletonService, deployed in a JAR, started by SingletonStartup, and accessed by an EJB; this is the service POM file</description>

<licenses>
Expand Down
3 changes: 1 addition & 2 deletions cmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
</parent>
<artifactId>jboss-cmt</artifactId>
<packaging>war</packaging>
<name>JBoss EAP Quickstart: cmt</name>
<name>${qs.name.prefix} cmt</name>
<description>This project demonstrates how to use transactions managed by the container</description>
<url>http://www.jboss.org/products/eap</url>

<licenses>
<license>
Expand Down
3 changes: 1 addition & 2 deletions contacts-jquerymobile/functional-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
<name>JBoss EAP Quickstarts: Contacts JQueryMobile test via WebDriver with Arquillian</name>
<description>This project tests a Contacts JQueryMobile for use on JBoss EAP by WebDriver</description>

<url>http://www.jboss.org/products/eap</url>
<licenses>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<distribution>repo</distribution>
Expand Down
3 changes: 1 addition & 2 deletions contacts-jquerymobile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
</parent>
<artifactId>jboss-contacts-jquerymobile</artifactId>
<packaging>war</packaging>
<name>JBoss EAP Quickstart: contacts-jquerymobile</name>
<name>${qs.name.prefix} contacts-jquerymobile</name>
<description>A Java EE HTML5 mobile web application for use with JBoss EAP</description>
<url>http://www.jboss.org/products/eap</url>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion ejb-asynchronous/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</parent>
<artifactId>jboss-ejb-asynchronous-client</artifactId>
<packaging>jar</packaging>
<name>JBoss EAP Quickstart: ejb-asynchronous - client</name>
<name>${qs.name.prefix} ejb-asynchronous - client</name>
<description>This project demonstrates asynchronous method invocations on an EJB; this is the Client POM file</description>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion ejb-asynchronous/ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</parent>
<artifactId>jboss-ejb-asynchronous-ejb</artifactId>
<packaging>ejb</packaging>
<name>JBoss EAP Quickstart: ejb-asynchronous - ejb</name>
<name>${qs.name.prefix} ejb-asynchronous - ejb</name>
<description>This project demonstrates asynchronous method invocations on an EJB; this is the EJB POM file</description>

<licenses>
Expand Down
3 changes: 1 addition & 2 deletions ejb-asynchronous/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
</parent>
<artifactId>jboss-ejb-asynchronous</artifactId>
<packaging>pom</packaging>
<name>JBoss EAP Quickstart: ejb-asynchronous</name>
<name>${qs.name.prefix} ejb-asynchronous</name>
<description>This project demonstrates asynchronous method invocations on an EJB</description>
<url>http://www.jboss.org/products/eap</url>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion ejb-in-ear/ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>
<artifactId>jboss-ejb-in-ear-ear</artifactId>
<packaging>ear</packaging>
<name>JBoss EAP Quickstart: ejb-in-ear - ear</name>
<name>${qs.name.prefix} ejb-in-ear - ear</name>
<description>This project demonstrates how to package an EJB and WAR in an EAR; this is the EAR POM file</description>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion ejb-in-ear/ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<version>7.1.0.Alpha1-SNAPSHOT</version>
</parent>
<artifactId>jboss-ejb-in-ear-ejb</artifactId>
<name>JBoss EAP Quickstart: ejb-in-ear - ejb</name>
<name>${qs.name.prefix} ejb-in-ear - ejb</name>
<description>This project demonstrates how to package an EJB and WAR in an EAR; this is the EJB POM file</description>

<licenses>
Expand Down
3 changes: 1 addition & 2 deletions ejb-in-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
</parent>
<artifactId>jboss-ejb-in-ear</artifactId>
<packaging>pom</packaging>
<name>JBoss EAP Quickstart: ejb-in-ear</name>
<name>${qs.name.prefix} ejb-in-ear</name>
<description>This project demonstrates how to package an EJB and WAR in an EAR; this is the top level POM file</description>
<url>http://www.jboss.org/products/eap</url>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion ejb-in-ear/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>
<artifactId>jboss-ejb-in-ear-web</artifactId>
<packaging>war</packaging>
<name>JBoss EAP Quickstart: ejb-in-ear - web</name>
<name>${qs.name.prefix} ejb-in-ear - web</name>
<description>This project demonstrates how to package an EJB and WAR in an EAR; this is the WAR POM file</description>

<licenses>
Expand Down
3 changes: 1 addition & 2 deletions ejb-in-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
</parent>
<artifactId>jboss-ejb-in-war</artifactId>
<packaging>war</packaging>
<name>JBoss EAP Quickstart: ejb-in-war</name>
<name>${qs.name.prefix} ejb-in-war</name>
<description>This project demonstrates how to package an EJB in a WAR</description>
<url>http://www.jboss.org/products/eap</url>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-main/ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</parent>
<artifactId>jboss-ejb-multi-server-app-main-ear</artifactId>
<packaging>ear</packaging>
<name>JBoss EAP Quickstart: ejb-multi-server - app-main - ear</name>
<name>${qs.name.prefix} ejb-multi-server - app-main - ear</name>
<description>A project that demonstrates multiple applications deployed on different servers. This is the main application EAR project.
Includes the EJB and web application together with the necessary API libraries of the sub applications app-one and app-two.</description>

Expand Down
Loading

0 comments on commit b65c288

Please sign in to comment.