[teiid-issues] [JBoss JIRA] (TEIID-3274) Change archetypes to create independent projects

Van Halbert (JIRA) issues at jboss.org
Tue Jan 6 16:09:29 EST 2015


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

Van Halbert resolved TEIID-3274.
--------------------------------
    Fix Version/s: 8.7.1
       Resolution: Done


The archetypes, connector and translator, can be accessed using:

mvn archetype:generate  -DarchethypeRepository=https://repository.jboss.org/nexus/content/repositories/releases/                             \
  -DarchetypeGroupId=org.jboss.teiid.arche-types              \
  -DarchetypeArtifactId=connector-archetype          \
  -DarchetypeVersion=8.7.1      \
  -DgroupId=org.jboss.teiid.connectors      \
  -Dpackage=org.teiid.resource.adapter.myType    \
  -DartifactId=connector-myTypeStage \
  -Dversion=0.0.1-SNAPSHOT    \
  -Dconnector-name=myTypeStage   \
  -Dvendor-name=MyVendor    \
  -Dteiid-version=8.7.0.Final 

or

mvn  archetype:generate -DarchethypeRepository=https://repository.jboss.org/nexus/content/repositories/releases/ -DarchetypeGroupId=org.jboss.teiid.arche-types  -DarchetypeArtifactId=translator-archetype -DarchetypeVersion=8.7.1 -DgroupId=org.jboss.teiid.test.translator -DartifactId=test-translator-stage  -Dpackage=org.teiid.translator.test.translator -Dversion=1.0.0  -Dtranslator-name=TestTranslatorStage -Dteiid-version=8.7.0.Final


> Change archetypes to create independent projects
> ------------------------------------------------
>
>                 Key: TEIID-3274
>                 URL: https://issues.jboss.org/browse/TEIID-3274
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: Tools
>    Affects Versions: 8.7.1
>            Reporter: Van Halbert
>            Assignee: Van Halbert
>             Fix For: 8.7.1
>
>
> The current archetypes were developed with the mindset of generating projects that are part of the Teiid build.     However, they need to be changed so that they are generating projects that are independent, that can stand on their own without requiring Teiid jar's. 



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


More information about the teiid-issues mailing list