Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
-
None
Description
Because Incubating projects at the ASF cannot publish releases to the central repo, I've created and activated a profile for the Apache Incubating repo. But it appears that the archetype:create goal doesn't recognize this profile at all. Below is the command I'm using:
mvn archetype:create \
-DarchetypeGroupId=org.apache.servicemix.tooling \
-DarchetypeArtifactId=servicemix-binding-component \
-DarchetypeVersion=3.1-incubating \
-DgroupId=org.apache.servicemix.samples.helloworld.bc \
-DartifactId=hello-world-bc
I'm also attaching the debug log output that shows Maven is only searching the central repo instead of also searching the Incubating repo listed in the profile.
Attachments
Attachments
Issue Links
- is related to
-
MNG-3099 Profiles ignored when working with non-projects (such as archetype:create)
- Closed