Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0-alpha-2
-
None
-
None
Description
Actually, I can't specify with fileset to generate files next to pom.xml, I mean, not in src dir. I tried the following, but it doesn't work
<fileSet filtered="false" packaged="false">
<directory>/</directory>
<includes>
<include>ChangeMyName.xml</include>
</includes>
</fileSet>