added "/" at the end of wikiRoot property
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/build-utils/maven-parent@125759 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
5ac7b91561
commit
3cd60f4568
27
pom.xml
27
pom.xml
|
@ -106,6 +106,30 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
<!-- common configuration for the assembly plugin -->
|
||||||
|
<plugin>
|
||||||
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
|
<version>2.6</version>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.gcube.tools</groupId>
|
||||||
|
<artifactId>shared-assemblies</artifactId>
|
||||||
|
<version>1.0.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
<executions>
|
||||||
|
<!-- generation of the source package -->
|
||||||
|
<execution>
|
||||||
|
<id>make-source-package</id>
|
||||||
|
<configuration combine.self="override">
|
||||||
|
<descriptorRefs>
|
||||||
|
<descriptorRef>gcube-source-package</descriptorRef>
|
||||||
|
</descriptorRefs>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
|
|
||||||
|
@ -174,6 +198,9 @@
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
<!-- default value for the distro directory -->
|
||||||
|
<distroDirectory>distro</distroDirectory>
|
||||||
|
|
||||||
<java_version>1.7</java_version>
|
<java_version>1.7</java_version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<maven.version>3.0.0</maven.version>
|
<maven.version>3.0.0</maven.version>
|
||||||
|
|
Loading…
Reference in New Issue