You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/06/01 17:23:28 UTC

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

    [ https://issues.apache.org/jira/browse/MSOURCES-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14567424#comment-14567424 ] 

Hudson commented on MSOURCES-8:
-------------------------------

SUCCESS: Integrated in tobago-trunk #1372 (See [https://builds.apache.org/job/tobago-trunk/1372/])
TOBAGO-1460: generate-sources ran twice, fix for MSOURCES-8 (deki: http://svn.apache.org/viewvc/?view=rev&rev=1682927)
* /myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/CommandTagDeclaration.java


> maven-source-plugin causes generate-sources phase to execute twice
> ------------------------------------------------------------------
>
>                 Key: MSOURCES-8
>                 URL: https://issues.apache.org/jira/browse/MSOURCES-8
>             Project: Maven 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 was sent by Atlassian JIRA
(v6.3.4#6332)