[jboss-jira] [JBoss JIRA] (WFLY-1285) build.sh with -Drelease=true produces incomplete artefacts
Paul Robinson (JIRA)
jira-events at lists.jboss.org
Fri Apr 26 06:33:54 EDT 2013
Paul Robinson created WFLY-1285:
-----------------------------------
Summary: 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: Tomaz Cerar
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/68bcb7312e6f8d8c04249232c5df176064788519
--
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
More information about the jboss-jira
mailing list