We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7514c4 commit 541f18aCopy full SHA for 541f18a
pom.xml
@@ -811,6 +811,24 @@
811
<version>3.6.0</version>
812
</plugin>
813
814
+ <plugin>
815
+ <groupId>com.github.hazendaz.maven</groupId>
816
+ <artifactId>directory-maven-plugin</artifactId>
817
+ <version>1.2.1</version>
818
+ <executions>
819
+ <execution>
820
+ <id>directories</id>
821
+ <goals>
822
+ <goal>execution-root</goal>
823
+ </goals>
824
+ <phase>initialize</phase>
825
+ <configuration>
826
+ <property>project.root.dir</property>
827
+ </configuration>
828
+ </execution>
829
+ </executions>
830
+ </plugin>
831
+
832
<!-- [RELEASE] GITFLOW (version, config) -->
833
<plugin>
834
<groupId>com.amashchenko.maven.plugin</groupId>
0 commit comments