use dist directory inside project during build
----------------------------------------------
Key: JBSEAM-1630
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1630
Project: JBoss Seam
Issue Type: Feature Request
Components: Core
Affects Versions: 2.0.0.BETA1
Reporter: Dan Allen
Priority: Minor
This is a nit picky request, but I have always felt that a build should stay confined, not
placing files in parent directories. Currently, when you run the main Seam build, it
creates a folder with the ${dist.name} value one directory up from the source folder. I
recommend the use of a "dist" directory to hold such artifacts.
The line that needs to be changed is as follows:
Old:
<property name="dist.dir" value="${basedir}/../${dist.name}" />
New:
<property name="dist.dir" value="${basedir}/dist/${dist.name}"
/>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira