You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Malachi de AElfweald (JIRA)" <ji...@codehaus.org> on 2009/02/27 19:26:19 UTC

[jira] Commented: (MSOURCES-8) maven-source-plugin causes generate-sources phase to execute twice

    [ http://jira.codehaus.org/browse/MSOURCES-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=167337#action_167337 ] 

Malachi de AElfweald commented on MSOURCES-8:
---------------------------------------------

I agree. In my case, it forces initialize to run twice which is causing the build to fail.  Since this is to not be fixed, I guess the only workaround is to quit using the maven-source-plugin.

> maven-source-plugin causes generate-sources phase to execute twice
> ------------------------------------------------------------------
>
>                 Key: MSOURCES-8
>                 URL: http://jira.codehaus.org/browse/MSOURCES-8
>             Project: Maven 2.x Source Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0.1
>            Reporter: Andreas Schildbach
>
> Due to the lack of documentation, I configured the plugin as follows, in order to install sources when doing "mvn install":
> 			<plugin>
> 				<groupId>org.apache.maven.plugins</groupId>
> 				<artifactId>maven-source-plugin</artifactId>
> 				<executions>
> 					<execution>
> 						<phase>install</phase>
> 						<goals>
> 							<goal>jar</goal>
> 						</goals>
> 					</execution>
> 				</executions>
> 			</plugin>
> Unfortunately, "mvn install" causes the generate-sources phase to execute twice, which can manifest for example in an antrun-task executing twice.

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