I tried to create a new trinidad project with the latest trinidad checkout
using mvn archetype as:
mvn archetype:create -DarchetypeGroupId=org.apache.myfaces.trinidadbuild
-DarchetypeArtifactId=myfaces-archetype-trinidad
-Darchetypeversion=1.0-SNAPSHOT
-DgroupId=myAppId
-DartifactId=testApp
-e
I get the following error:
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
GroupId: org.apache.myfaces.trinidadbuild
ArtifactId: myfaces-archetype-trinidad
Version: RELEASE
Reason: Unable to determine the release version
org.apache.myfaces.trinidadbuild:myfaces-archetype-trinidad:jar:RELEASE
Any clue ?
-Piyush