[
https://issues.apache.org/jira/browse/TOMEE-2483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16906668#comment-16906668
]
Cesar Hernandez commented on TOMEE-2483:
----------------------------------------
Also if you provide the correct group id, the produced project gets and invalid
pom.xml for the sections: artifactId and name:
{code:java}
mvn archetype:generate -DarchetypeGroupId=org.apache.tomee.maven
-DarchetypeArtifactId=tomee-webapp-archetype -DarchetypeVersion=8.0.0-M3
-DgroupId=superbiz.foo -DartifactId=book-microservice{code}
produces the following sections of the pom.xml with invalida data:
{code:java}
<groupId>superbiz.foo</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>${project.artifactId} TomEE Webapp</name>{code}
> Update for TomEE Maven Plugin documentation
> -------------------------------------------
>
> Key: TOMEE-2483
> URL: https://issues.apache.org/jira/browse/TOMEE-2483
> Project: TomEE
> Issue Type: Documentation
> Affects Versions: 8.0.0-M2
> Reporter: Cesar Hernandez
> Priority: Major
> Fix For: 8.0.0-Final
>
>
> The documentation for
> [http://tomee.apache.org/tomee-8.0/docs/tomee-mp-getting-started.html] is
> still referencing the group id `org.apache.openejb.maven`.
> Effectively the following command will fail:
>
> {{mvn archetype:generate -DarchetypeGroupId=org.apache.openejb.maven
> -DarchetypeArtifactId=tomee-webapp-archetype
> -DarchetypeVersion=8.0.0-SNAPSHOT}}
>
> The documentation needs to be updated to contains the correct group ID and
> check if the document can be improved.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)