Skip to content
Snippets Groups Projects
Commit fb286910 authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

XCOMMONS-1297: Upgrade to Maven Spoon plugin 3.0

parent 9f595a56
No related branches found
No related tags found
No related merge requests found
......@@ -35,9 +35,6 @@
<!-- JS/CSS minification is on by default, this property is used in order to able to skip minification when the
debug profile is active. It can also be used from the command line to skip minification -->
<xwiki.minification.skip>false</xwiki.minification.skip>
<!-- FIXME: remove when https://github.com/INRIA/spoon/issues/1901 is fixed -->
<xwiki.spoon.skip>true</xwiki.spoon.skip>
</properties>
<build>
<pluginManagement>
......
......@@ -31,10 +31,6 @@
<name>XWiki Platform - Search - SOLR - Server</name>
<packaging>pom</packaging>
<description>SOLR server configured for XWiki needs</description>
<properties>
<!-- FIXME: remove when https://github.com/INRIA/spoon/issues/1901 is fixed -->
<xwiki.spoon.skip>true</xwiki.spoon.skip>
</properties>
<modules>
<module>xwiki-platform-search-solr-server-plugin</module>
<module>xwiki-platform-search-solr-server-data</module>
......
......@@ -31,10 +31,6 @@
<name>XWiki Plarform - Search - SOLR - Server - Data</name>
<packaging>jar</packaging>
<description>A package containing SOLR configuration for XWiki</description>
<properties>
<!-- FIXME: remove when https://github.com/INRIA/spoon/issues/1901 is fixed -->
<xwiki.spoon.skip>true</xwiki.spoon.skip>
</properties>
<dependencies>
<dependency>
<!-- This is needed at runtime by solrconfig.xml which is why we package below in the lib/ directory of the
......
......@@ -153,9 +153,6 @@
<!-- The child modules don't provide APIs (those should be in xwiki-platform-core) so we don't need to check for
backward compatibility breakages. -->
<xwiki.revapi.skip>true</xwiki.revapi.skip>
<!-- FIXME: remove when https://github.com/INRIA/spoon/issues/1901 is fixed -->
<xwiki.spoon.skip>true</xwiki.spoon.skip>
</properties>
<!-- Avoid enforce-upper-bounds rule complains (they're actually false positives since Extension Manager is not
......
......@@ -47,9 +47,6 @@
<!-- Set the version of Maven used at build time for Maven plugins dependencies -->
<maven.dependencies.version>${maven.runtime.version}</maven.dependencies.version>
<!-- FIXME: remove when https://github.com/INRIA/spoon/issues/1901 is fixed -->
<xwiki.spoon.skip>true</xwiki.spoon.skip>
</properties>
<dependencies>
<dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment