[jbosstools-issues] [JBoss JIRA] (JBIDE-11065) Replace build.xml by a Maven plugin

Mickael Istria (JIRA) jira-events at lists.jboss.org
Wed Feb 29 09:42:36 EST 2012


    [ https://issues.jboss.org/browse/JBIDE-11065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672131#comment-12672131 ] 

Mickael Istria commented on JBIDE-11065:
----------------------------------------

Code for the plugin committed in build/tycho-plugins

typical usage
{code}
<plugin>
	<groupId>org.jboss.tools.tycho</groupId>
	<artifactId>generate-repository-facade</artifactId>
	<version>0.0.1-SNAPSHOT</version>
	<executions>
		<execution>
			<goals>
				<goal>generate-repository-facade</goal>
			</goals>					
			<phase>package</phase>
		</execution>
	</executions>
	<configuration>
		<associateSites>
			<param>test</param>
		</associateSites>
	</configuration>
</plugin>
{code}
                
> Replace build.xml by a Maven plugin
> -----------------------------------
>
>                 Key: JBIDE-11065
>                 URL: https://issues.jboss.org/browse/JBIDE-11065
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: Build/Releng
>            Reporter: Mickael Istria
>            Assignee: Mickael Istria
>
> In order to improve the build infrastructure and make it easier to share and consumes with all components, we should replace build.xml by a Maven plugin and make it available througn Nexus. It should follow the parent pom versioning.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list