mvn -Dassemble does not create bin directory in the assembly of module
openejb-standalone
-----------------------------------------------------------------------------------------
Key: OPENEJB-590
URL: https://issues.apache.org/jira/browse/OPENEJB-590
Project: OpenEJB
Issue Type: Bug
Environment: win xp sp2
Reporter: karan singh malhi
mvn -Dassemble does not create bin directory in the assembly of module
openejb-standalone. This is because of the following in
assembly/openejb-standalone/src/main/assembly/bin.xml.
<fileSet>
<directory>target/classes/</directory>
<outputDirectory>bin/</outputDirectory>
The problem is that when the above is executed by Maven, it finds that there
are no files in target/classes, so it skips copying anything from this folder
to the bin folder. Since, it skips the copying, it never creates the bin
folder.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.