Skip to content

Commit caa7ae2

Browse files
committed
More maven fixes.
1 parent 7ac9a40 commit caa7ae2

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

handlebars-maven-plugin-tests/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
<name>Handlebars.js maven plugin tests</name>
1515
<description>Tests suite for handlebars-maven-plugin</description>
1616

17+
<properties>
18+
<maven.deploy.skip>true</maven.deploy.skip>
19+
</properties>
20+
1721
<build>
1822
<plugins>
1923
<plugin>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
<extensions>true</extensions>
159159
<configuration>
160160
<publishingServerId>central</publishingServerId>
161+
<skipPublishing>${maven.deploy.skip}</skipPublishing>
161162
</configuration>
162163
</plugin>
163164
<plugin>

tests/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>tests</artifactId>
1313

14+
<properties>
15+
<maven.deploy.skip>true</maven.deploy.skip>
16+
</properties>
17+
1418
<dependencies>
1519
<dependency>
1620
<groupId>org.craftercms</groupId>

0 commit comments

Comments
 (0)