File tree Expand file tree Collapse file tree
handlebars-maven-plugin-tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 158158 <extensions >true</extensions >
159159 <configuration >
160160 <publishingServerId >central</publishingServerId >
161+ <skipPublishing >${maven.deploy.skip} </skipPublishing >
161162 </configuration >
162163 </plugin >
163164 <plugin >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments