[
https://issues.jboss.org/browse/TEIID-3240?page=com.atlassian.jira.plugin...
]
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)