Skip to content

Commit

Permalink
Generate target-platform files with version appended to them
Browse files Browse the repository at this point in the history
* Having a teiid-designer-${td.tpc.version}.target allows multiple targets
  to be generated locally and means that TPs in eclipse can be switched
  rather than having to be re-downloaded, reducing the effort in changing
  branches and TPs
  • Loading branch information
Paul Richardson authored and blafond committed Oct 24, 2014
1 parent f637587 commit 81b35b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion target-platform/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
teiid-designer.target
teiid-designer-*.target
4 changes: 2 additions & 2 deletions target-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<classifier>${td.tpc.classifier}</classifier>
<overWrite>true</overWrite>
<outputDirectory>${basedir}</outputDirectory>
<destFileName>teiid-designer.target</destFileName>
<destFileName>teiid-designer-${td.tpc.version}.target</destFileName>
</artifactItem>
</artifactItems>
</configuration>
Expand All @@ -97,7 +97,7 @@
</goals>
<configuration>
<targetFiles>
<param>teiid-designer.target</param>
<param>teiid-designer-${td.tpc.version}.target</param>
</targetFiles>
<failOnError>true</failOnError>
</configuration>
Expand Down

0 comments on commit 81b35b2

Please sign in to comment.