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

XWIKI-17003: Getting "ResourceNotFoundException: Unable to find resource...

XWIKI-17003: Getting "ResourceNotFoundException: Unable to find resource '/templates/macros.vm'" when building xwiki-platform-distribution-flavor-data-hsqldb
parent 063df2df
No related merge requests found
...@@ -79,11 +79,6 @@ ...@@ -79,11 +79,6 @@
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-velocity-webapp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.xwiki.commons</groupId> <groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-environment-standard</artifactId> <artifactId>xwiki-commons-environment-standard</artifactId>
...@@ -342,6 +337,15 @@ ...@@ -342,6 +337,15 @@
<version>${project.version}</version> <version>${project.version}</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<!-- Dependencies not needed by the plugin itself but included in the WAR it generates,
listed to be sure it's built before the plugin -->
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-velocity-webapp</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
......
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