Skip to content

Commit

Permalink
fix: upper and lower case drive works in build (#10638)
Browse files Browse the repository at this point in the history
Update the directory-maven-plugin to not
fail the build on windows when the CWD
drive letter is lower case.

Closes #8959
  • Loading branch information
caalador authored and vaadin-bot committed Apr 14, 2021
1 parent f04bba7 commit f169c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -392,7 +392,7 @@
<plugin>
<groupId>org.commonjava.maven.plugins</groupId>
<artifactId>directory-maven-plugin</artifactId>
<version>0.1</version>
<version>0.3.1</version>
<executions>
<execution>
<id>set-root-dir-for-common-lifecycle</id>
Expand Down

0 comments on commit f169c86

Please sign in to comment.