Skip to content

Commit

Permalink
[resolves #1266] Cannot build archetypes on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton authored and fusesource-ci committed Dec 7, 2016
1 parent ea22ee4 commit d45a911
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<!-- Camel version -->
<version.apache.camel>2.18.1</version.apache.camel>

<!-- Other versions -->
<version.apache.felix.configadmin>1.8.8</version.apache.felix.configadmin>
<version.apache.felix.log>1.0.1</version.apache.felix.log>
Expand Down Expand Up @@ -79,9 +79,10 @@
<version.junit>4.12</version.junit>
<version.maven.aether.provider>3.2.5</version.maven.aether.provider>
<version.maven.archetype.packaging>2.3</version.maven.archetype.packaging>
<version.maven.invoker>2.2</version.maven.invoker>
<version.osgi>5.0.0</version.osgi>
<version.wildfly.arquillian>1.0.2.Final</version.wildfly.arquillian>

<!-- Plugin versions -->
<version-apache-scr-plugin>1.21.0</version-apache-scr-plugin>
<version-asciidoctor-maven-plugin>1.5.3</version-asciidoctor-maven-plugin>
Expand Down Expand Up @@ -477,6 +478,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-archetype-plugin</artifactId>
<version>${version-maven-archetype-plugin}</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-invoker</artifactId>
<version>${version.maven.invoker}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit d45a911

Please sign in to comment.