Skip to content

Commit

Permalink
82: effectively skip xtext-maven-plugin in releasing
Browse files Browse the repository at this point in the history
Change-Id: I0e449e0ff29200d6b18136c203f57588daaa3cdd
Task-Url: #82
  • Loading branch information
LorenzoBettini committed Jan 23, 2017
1 parent 313e4da commit 2d1d83e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions releng/it.xsemantics.parent/pom.xml
Expand Up @@ -148,7 +148,7 @@
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<xtext.maven.skip>false</xtext.maven.skip>
<xtext.maven.skip>true</xtext.maven.skip>
<skipTests>true</skipTests>
</properties>
<build>
Expand Down Expand Up @@ -194,7 +194,7 @@
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<xtext.maven.skip>false</xtext.maven.skip>
<xtext.maven.skip>true</xtext.maven.skip>
<bintray.package>snapshots</bintray.package>
<bintray.base.path>snapshots/</bintray.base.path>
<site.label>Xsemantics Snapshot Site</site.label>
Expand Down

0 comments on commit 2d1d83e

Please sign in to comment.