hallo
it seems to have a connection to some resource settings:
the parent pom defines resources, since we put hibernate.hbm files and
webstart keyfiles into the source folder:
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
<resource>
<!-- The java directory may also contain resources (hbm.xml etc.) -->
<directory>src/main/java</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
</resources>
when i add the lines below to a submodule the .svn folders do not end up
in the sources jar.
<build>
<resources>
<resource>
<!-- Standard resources must be listed due to customized resources. -->
<directory>src/main/resources</directory>
</resource>
</resources>
the submodule with the -svn folder has in its pom:
when i dont include these resources settings in the buid section the
.svn folders are included.
well. it seems to happen for a reaseon. so thanks for listening :)
Wayne Fay schrieb:
They are excluded by default. You must be doing something special.
Send the relevant portion of your pom and perhaps someone will have
specific advice.
Wayne
On 10/4/07, ossi petz <[EMAIL PROTECTED]> wrote:
hallo
i dont know exaclty when this started to happen:
i added the maven source plugin to the build section.
i noticed the created sources.jar contains the '.svn' folders from the
source directory.
is there a way to exclude them?
thanks a lot :)
ossi
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]