problem with profile changing artifact Id and install ignoring it

2007-10-04 Thread cbrown
I create a simple project with; mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app Then I edited the pom, and added the following profile; profiles profile activation os namesunos/name archsparc/arch

Re: problem with profile changing artifact Id and install ignoring it

2007-10-04 Thread Wayne Fay
You should try classifier instead for this kind of functionality. Not sure if it will change the installed name, but give it a try. Wayne On 10/4/07, cbrown [EMAIL PROTECTED] wrote: I create a simple project with; mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app Then