You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Ronald van de Kuil (JIRA)" <ji...@codehaus.org> on 2009/07/03 18:56:22 UTC

[jira] Commented: (MJAR-120) mvn deploy inserts target directory during jar build when using a resources section

    [ http://jira.codehaus.org/browse/MJAR-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=182563#action_182563 ] 

Ronald van de Kuil commented on MJAR-120:
-----------------------------------------

Thank you for your quick response.

I reconfigured the pom as follows and it works now :D

		<resources>
			<resource>
				<directory>.</directory>
				<filtering>true</filtering>
				<includes>
					<include>**/*.wsdl</include>
					<include>**/*.xsd</include>
				</includes>
				<excludes>
					<exclude>target/classes/*.*</exclude>
					<exclude>target/classes/xsd-includes/*.*</exclude>
				</excludes>
			</resource>
		</resources>

Thank you very much!

> mvn deploy inserts target directory during jar build when using a resources section
> -----------------------------------------------------------------------------------
>
>                 Key: MJAR-120
>                 URL: http://jira.codehaus.org/browse/MJAR-120
>             Project: Maven 2.x Jar Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2
>         Environment: MVN 2.1.0, WindowsXP
>            Reporter: Ronald van de Kuil
>            Assignee: Benjamin Bentmann
>         Attachments: pom.xml
>
>
> When I run mvn install on the attached pom I get a jar without a target directory inside. This is exactly what I need.
> When I run mvn deploy then the jar is updated with the target directory. This is a problem for me as I need to pass the jar to the websphere service deploy task. The service deploy task cannot handle the files in the target directory. The service deploy task aborts with errors.
> The JAR is special as it contains a resources section. 
> I have another jar project without resources to include and for this project the target folder is not inserted during the deploy phase.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira