[jboss-jira] [JBoss JIRA] (JBPORTAL-2493) Quickstart names in the POM files are often are not clear across products
Sande Gilda (JIRA)
jira-events at lists.jboss.org
Thu Jul 25 09:43:26 EDT 2013
Sande Gilda created JBPORTAL-2493:
-------------------------------------
Summary: Quickstart names in the POM files are often are not clear across products
Key: JBPORTAL-2493
URL: https://issues.jboss.org/browse/JBPORTAL-2493
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Portal Samples
Reporter: Sande Gilda
Now that we aggregate quickstarts from different repositories and for different products, we need a better way to identify them. We often have quickstarts with the same name in different repositories.
When you run `mvn clean install '-Pdefault,!complex-dependencies'` from the root directory of the quickstarts, it often is not clear which quickstart is compiling.
As described in the CONTRIBUTING.md file, we would like the <name> in the quickstart pom.xml file to follow the template:
JBoss <target-product> Quickstart: <quickstart-name> < - optional-subfolder-name> where target-product is the Target Product metadata specified in the README.md file, quickstart-name is the quickstart folder name, and optional-subfolder-name is the name of any nested subfolder containing a pom.xml file.
This means the Portal cdi-generic-portlet would be:
<name>JBoss JPP Quickstart: cdi-generic-portlet</name>
I know you have concerns about changing this and we can certainly discuss it. :-)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list