javaee-samples / javaee7-samples

Java EE 7 Samples
https://travis-ci.org/javaee-samples/javaee7-samples
Other
2.51k stars 1.66k forks source link

Improve profile names? #359

Closed arjantijms closed 7 years ago

arjantijms commented 8 years ago

Hi,

Currently the project uses a couple of different server types:

The names of the profiles however don't accurately reflect those different types. I could rename the [Managed with embedded download] to something like "private-managed".

E.g.

wildfly-managed-arquillian

would become:

wildfly-privately-managed-arquillian

While at it, I wonder if the "-arquillian" suffix is really needed. Perhaps just wildly-privately-managed would be a better profile name?

Thoughts?

arjantijms commented 7 years ago

Done