CentEAP / eap-build

Build scripts for EAP 6 or 7
122 stars 62 forks source link

7.3.1 #149

Closed fcorneli closed 4 years ago

hasalex commented 4 years ago

I cherry-pick the commit to avoid the useless merge commits.

fcorneli commented 4 years ago

I know... I'll try to create cleaner PRs in the future.

fcorneli commented 4 years ago

BTW: maybe this solution: https://github.com/DanielWebelsiep/eap-build/commit/5492f2e10ddb19a87ea00d4a8bf1f568464a0731 is better.

fcorneli commented 4 years ago

jboss-eap-7.3.0-core-src.zip is actually version 10.1.2.Final-redhat-00001. For 7.3.1 I'm using 10.0.3.Final. I guess for 7.3.1 it would be better to also use jboss-eap-7.3.0-core-src.zip as done by https://github.com/DanielWebelsiep/eap-build/commit/5492f2e10ddb19a87ea00d4a8bf1f568464a0731

hasalex commented 4 years ago

I'm getting tired with all this mess between wifldfly and wildfly -core.

You're right, it would be better to have version 10.1.2.Final-redhat-00001. I'll try to find a more generic solution based on Daniel's one.