hallo

well the plugin configuration os copied from an example:
  <plugin>
    <artifactId>maven-source-plugin</artifactId>
    <configuration>
      <attach>true</attach>
    </configuration>
    <executions>
      <execution>
        <phase>install</phase>
        <goals>
          <goal>jar</goal>
          <goal>test-jar</goal>
        </goals>
      </execution>
    </executions>
  </plugin>

the situation is even more weird. the project contains several modules. some sub-modules contain the .svn folder, some dont (and there is no difference between the poms beside the dependency part).

well maybe someon can give me a hint? i ll try to figure out the difference.


regards

ossi




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]

Reply via email to