Make maven.ejb.src optional
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114628 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -101,7 +101,9 @@
|
||||
</ant:section>
|
||||
</ant:manifest>
|
||||
|
||||
<ant:fileset dir="${maven.ejb.src}"/>
|
||||
<util:available file="${maven.ejb.src}">
|
||||
<ant:fileset dir="${maven.ejb.src}"/>
|
||||
</util:available>
|
||||
<ant:fileset dir="${maven.build.dest}"
|
||||
includes="${maven.ejb.includes}"
|
||||
excludes="${maven.ejb.excludes}">
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
<body>
|
||||
|
||||
<release version="1.3" date="in CVS">
|
||||
<action dev="dion" type="fix">
|
||||
Only include maven.ejb.src if it exists
|
||||
</action>
|
||||
</release>
|
||||
|
||||
<release version="1.2" date="2003-11-26">
|
||||
|
||||
@@ -22,7 +22,8 @@
|
||||
<td>maven.ejb.src</td>
|
||||
<td>Yes</td>
|
||||
<td>
|
||||
Root of files to be included within the ejb-jar. The same directory structure will be followed within the assembled jar file.
|
||||
Root of files to be included within the ejb-jar.
|
||||
The same directory structure will be followed within the assembled jar file.
|
||||
</td>
|
||||
<td>
|
||||
src/ejb
|
||||
|
||||
Reference in New Issue
Block a user