[teiid-issues] [JBoss JIRA] (TEIID-3240) Tranlator archetype creation: -Dversion option sets the version of parent

Van Halbert (JIRA) issues at jboss.org
Wed Jan 7 13:05:29 EST 2015


     [ https://issues.jboss.org/browse/TEIID-3240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Van Halbert resolved TEIID-3240.
--------------------------------
    Resolution: Done


With the fix of TEIID-3274, this will fix this issue.   Note, by design the created project is not created so that it has to be built with a Teiid build, but built as an independent project.

> Tranlator archetype creation: -Dversion option sets the version of parent
> -------------------------------------------------------------------------
>
>                 Key: TEIID-3240
>                 URL: https://issues.jboss.org/browse/TEIID-3240
>             Project: Teiid
>          Issue Type: Bug
>    Affects Versions: 8.7.1
>            Reporter: Juraj Duráni
>            Assignee: Van Halbert
>
> If new translator is created using command line, -Dversion option is set as version of parent project instead of version of actual translator.
> pom file:
> <parent>
>         <groupId>org.jboss.teiid</groupId>
>         <artifactId>connectors</artifactId>
>         <version>0.0.1</version>    
> 	</parent>
> ...
>       <groupId>org.jboss.teiid.test.translator</groupId>
>       <artifactId>test-translator</artifactId>
>       <!--version>0.0.1</version-->
>       <packaging>jar</packaging>
> ...



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)



More information about the teiid-issues mailing list