[
https://issues.jboss.org/browse/WFLY-1285?page=com.atlassian.jira.plugin....
]
jaikiran pai reassigned WFLY-1285:
----------------------------------
Assignee: jaikiran pai (was: Tomaz Cerar)
build.sh with -Drelease=true produces incomplete artefacts
----------------------------------------------------------
Key: WFLY-1285
URL:
https://issues.jboss.org/browse/WFLY-1285
Project: WildFly
Issue Type: Bug
Components: Build System
Reporter: Paul Robinson
Assignee: jaikiran pai
Fix For: 8.0.0.Alpha1
To reproduce:
{code}
./build.sh clean install -DskipTests -Drelease=true
ls -alh ./dist/target/wildfly-8.0.0.Alpha1-SNAPSHOT.zip
{code}
If you take a look at the contents of the distribution, you will see it contains just:
{code}
├── domain
│ └── configuration
│ ├── application-users.properties
│ └── mgmt-users.properties
└── standalone
└── configuration
├── application-users.properties
└── mgmt-users.properties
{code}
Seems to be caused by:
https://github.com/wildfly/wildfly/commit/68bcb7312e6f8d8c04249232c5df176...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira