[
https://issues.jboss.org/browse/TEIID-3240?page=com.atlassian.jira.plugin...
]
Ramesh Reddy commented on TEIID-3240:
-------------------------------------
This is using old arch-type, I know we fixed bunch of version related stuff to accurately
point which is arch-type version, which is teiid-version, which is translator version in
the new code. See example here
https://docs.jboss.org/author/display/TEIID/Archetype+Template+Translator...
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.8#6338)