You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Baerrach bonDierne (JIRA)" <ji...@codehaus.org> on 2007/01/11 00:16:21 UTC

[jira] Commented: (MJAR-66) Maven fails to include generated resources

    [ http://jira.codehaus.org/browse/MJAR-66?page=comments#action_84698 ] 
            
Baerrach bonDierne commented on MJAR-66:
----------------------------------------

I haven't spent any time looking into it but I would suspect that because on a clean the resource directory 
{noformat}
			<resource>
				<directory>target/generated-sources/axistools/java2wsdl</directory>
			</resource>
{noformat}
does not exist that it is not included in the project model.

The second run works as expected because the directory was created on the first run.

Why isn't the axistools-maven-plugin programatically adding in additional resources so the user doesn't need to modify their pom?


> Maven fails to include generated resources
> ------------------------------------------
>
>                 Key: MJAR-66
>                 URL: http://jira.codehaus.org/browse/MJAR-66
>             Project: Maven 2.x Jar Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>         Environment: Linux (not tested on windows)
>            Reporter: Leszek Ciesielski
>         Attachments: ConfigurationServerAPI.tar.gz
>
>
> My project is generating a wsdl with axistools plugin. When maven is run with mvn clean install (or after a checkout), the wsdl is not packaged into the jar, although it is present when the jar is generated and included in resources. On second run (mvn install) the wsdl file, is, as expected, included.
> A test project showing this behaviour is attached.

-- 
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