eclipse / microprofile-samples

Micro Profile Samples
Apache License 2.0
117 stars 63 forks source link

Don't run wildfly by default #3

Closed johnament closed 8 years ago

johnament commented 8 years ago

The way the project is structure, wildfly 10 is downloaded by default. If I activate another profile, I would not expect the wildfly bits to run.

Please wrap wildfly in a profile, activated by default.

johnament commented 8 years ago

To understand what I mean, checkout https://github.com/hammock-project/microprofile-samples and run mvn clean install -Phammock and see that wildfly still gets downloaded.

kenfinnigan commented 8 years ago

I believe this can be closed now?