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

Juraj Duráni (JIRA) issues at jboss.org
Thu Dec 4 07:08:39 EST 2014


Juraj Duráni created TEIID-3240:
-----------------------------------

             Summary: 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: Steven Hawkins


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.8#6338)



More information about the teiid-issues mailing list