Page 1 of 1

Can I change "mycompany" for something else?

Posted: Thu Feb 09, 2012 11:53 pm
by kossel
Hi

I just compiled the archtype project. my question is, can I change the word "mycompany" for something else? because there are product_sku_mycompany, localhost:8080/mycompany, persistence-mycompany etc.. if thats possible, where I can change?

thanks

Re: Can I change "mycompany" for something else?

Posted: Wed Feb 15, 2012 12:04 pm
by jefffischer
This is a limitation of the way that maven archetypes work. We can enable the correct Java package structure based on your entries during the projection creation from the archetype, but we don't currently have a facility to cause the "mycompany" stuff to automatically be changed to a word of your choice. As a result, you would need to manually go through and change these values (whether it be the word "mycompany" in a text file or changing the file name to remove and/or change the "mycompany" part).