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

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

SUCCESS: Integrated in tobago-trunk #1364 (See 
[https://builds.apache.org/job/tobago-trunk/1364/])
TOBAGO-1460: generate-sources ran twice, fix for MSOURCES-8 (deki: 
http://svn.apache.org/viewvc/?view=rev&rev=1679888)
* /myfaces/tobago/trunk/tobago-core/pom.xml


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

Reply via email to