Discussion:
archetype
Matthew Broadhead
2018-03-17 16:44:49 UTC
Permalink
i just tried to create archetype using mvn archetype:generate
-DarchetypeGroupId=org.apache.openejb.maven
-DarchetypeArtifactId=tomee-webapp-archetype -DarchetypeVersion=1.7.1
but using 7.0.3, 7.0.4 etc but it doesn't exist.  do we need to create
some new archetypes?
the 1.7.1 uses EJB but it would be good if it was updated to use CDI?
i created the project openjpa-reproducer and it didn't warn me that the
"-" symbol wouldn't work in package names so i had to start again as the
classes were all messed up
Romain Manni-Bucau
2018-03-17 18:22:47 UTC
Permalink
Tomee uses tomee instead of openejb in its group for v7.
Post by Matthew Broadhead
i just tried to create archetype using mvn archetype:generate
-DarchetypeGroupId=org.apache.openejb.maven -DarchetypeArtifactId=tomee-webapp-archetype
-DarchetypeVersion=1.7.1
but using 7.0.3, 7.0.4 etc but it doesn't exist. do we need to create
some new archetypes?
the 1.7.1 uses EJB but it would be good if it was updated to use CDI?
i created the project openjpa-reproducer and it didn't warn me that the
"-" symbol wouldn't work in package names so i had to start again as the
classes were all messed up
Matthew Broadhead
2018-03-17 19:38:33 UTC
Permalink
oh yeah of course
Post by Romain Manni-Bucau
Tomee uses tomee instead of openejb in its group for v7.
Post by Matthew Broadhead
i just tried to create archetype using mvn archetype:generate
-DarchetypeGroupId=org.apache.openejb.maven -DarchetypeArtifactId=tomee-webapp-archetype
-DarchetypeVersion=1.7.1
but using 7.0.3, 7.0.4 etc but it doesn't exist. do we need to create
some new archetypes?
the 1.7.1 uses EJB but it would be good if it was updated to use CDI?
i created the project openjpa-reproducer and it didn't warn me that the
"-" symbol wouldn't work in package names so i had to start again as the
classes were all messed up
Loading...