Skip to content

Commit

Permalink
[Misc] Introduce xwiki.license.skip to allow easily skipping license …
Browse files Browse the repository at this point in the history
…checks and to align with other xwiki skip properties + skip license check in Rendering Standalone
  • Loading branch information
vmassol committed Jun 10, 2012
1 parent 907dc06 commit 2f0f110
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions xwiki-rendering-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,19 +190,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
<id>enforce-no-legacy-dependencies</id>
<configuration>
<!-- Skip Enforcer check on this module since we're bundling legacy modules! -->
<skip>true</skip>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
Expand All @@ -229,7 +216,10 @@
</profile>
</profiles>
<properties>
<!-- Skip Clirr execution since this project only generates an artifact that aggregates other XWiki artifacts -->
<!-- Skip some checks since this project only generates an artifact that aggregates other XWiki artifacts -->
<xwiki.clirr.skip>true</xwiki.clirr.skip>
<xwiki.checkstyle.skip>true</xwiki.checkstyle.skip>
<xwiki.enforcer.skip>true</xwiki.enforcer.skip>
<xwiki.license.skip>true</xwiki.license.skip>
</properties>
</project>

0 comments on commit 2f0f110

Please sign in to comment.