Hi Chris
What should I use when prompted for groupId and package? I used
gov.nasa.jpl based on an email from Paul last spring but that didn't
seem to work...
Thanks, Mike
---------------------------------------------
Confirm properties configuration:
groupId: gov.nasa.jpl
artifactId: project
version: 1.0
package: gov.nasa.jpl
Y: y
[ERROR] org.apache.maven.archetype.exception.InvalidPackaging: Unable to
add module to the current project as it is not of packaging type 'pom'
org.apache.maven.archetype.exception.ArchetypeGenerationFailure:
org.apache.maven.archetype.exception.InvalidPackaging: Unable to add
module to the current project as it is not of packaging type 'pom'
----------------------------------
On 12/7/2012 10:31 PM, Mattmann, Chris A (388J) wrote:
Hi Mike,
You can get RADIX by performing the following:
1. svn export
http://svn.apache.org/repos/asf/oodt/trunk/mvn/archetypes/opsui
2. cd opsui
3. edit pom.xml and replace version with 0.5-SNAPSHOT
4. mvn install
5. mvn archetype:generate -DarchetypeGroupId=org.apache.oodt
-DarchetypeArtifactId=opsui-archetype -DartifactId=project -Dversion=1.0
-DarchetypeVersion=0.5-SNAPSHOT
See here for some high level detail:
http://lanyrd.com/2011/apachecon-north-america/smfcf/
The audio portion of the talk is particularly good.
Cheers,
Chris
On 12/6/12 12:46 PM, "Mike Martin"<[email protected]> wrote:
Hi
The RADiX web page on the Apache OODT web site shows
"http://www.apache.org/dist/oodt/radix-0.4.tgz" as the location of the
RADiX distribution, but there is no such file.
Thanks, Mike Martin