You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "md (JIRA)" <ji...@codehaus.org> on 2008/06/11 22:43:13 UTC

[jira] Created: (MSOURCES-37) CLONE -maven-source-plugin causes generate-sources phase to execute twice

CLONE -maven-source-plugin causes generate-sources phase to execute twice
-------------------------------------------------------------------------

                 Key: MSOURCES-37
                 URL: http://jira.codehaus.org/browse/MSOURCES-37
             Project: Maven 2.x Source Plugin
          Issue Type: Bug
    Affects Versions: 2.0.1
            Reporter: md


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

        

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

Posted by "md (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSOURCES-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=138248#action_138248 ] 

md commented on MSOURCES-37:
----------------------------

Cloning to re-open issue MSOURCES-8. Please consider the arguments by Chris Hilton.

> CLONE -maven-source-plugin causes generate-sources phase to execute twice
> -------------------------------------------------------------------------
>
>                 Key: MSOURCES-37
>                 URL: http://jira.codehaus.org/browse/MSOURCES-37
>             Project: Maven 2.x Source Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0.1
>            Reporter: md
>
> 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

        

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

Posted by "md (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSOURCES-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=138254#action_138254 ] 

md commented on MSOURCES-37:
----------------------------

It appears to me that http://jira.codehaus.org/browse/MSOURCES-31 and http://jira.codehaus.org/browse/MSOURCES-13 are related to the same issue.

> CLONE -maven-source-plugin causes generate-sources phase to execute twice
> -------------------------------------------------------------------------
>
>                 Key: MSOURCES-37
>                 URL: http://jira.codehaus.org/browse/MSOURCES-37
>             Project: Maven 2.x Source Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0.1
>            Reporter: md
>
> 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

        

[jira] Closed: (MSOURCES-37) CLONE -maven-source-plugin causes generate-sources phase to execute twice

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSOURCES-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MSOURCES-37.
-----------------------------------

    Resolution: Duplicate

> CLONE -maven-source-plugin causes generate-sources phase to execute twice
> -------------------------------------------------------------------------
>
>                 Key: MSOURCES-37
>                 URL: http://jira.codehaus.org/browse/MSOURCES-37
>             Project: Maven 2.x Source Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0.1
>            Reporter: md
>
> 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

        

[jira] Updated: (MSOURCES-37) CLONE -maven-source-plugin causes generate-sources phase to execute twice

Posted by "Paul Gier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSOURCES-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Gier updated MSOURCES-37:
------------------------------

    Fix Version/s: 2.1

> CLONE -maven-source-plugin causes generate-sources phase to execute twice
> -------------------------------------------------------------------------
>
>                 Key: MSOURCES-37
>                 URL: http://jira.codehaus.org/browse/MSOURCES-37
>             Project: Maven 2.x Source Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0.1
>            Reporter: md
>             Fix For: 2.1
>
>
> 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