Skip to content

Commit 541f18a

Browse files
committed
add root-dir plugin, fixes #171
1 parent a7514c4 commit 541f18a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,24 @@
811811
<version>3.6.0</version>
812812
</plugin>
813813

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+
814832
<!-- [RELEASE] GITFLOW (version, config) -->
815833
<plugin>
816834
<groupId>com.amashchenko.maven.plugin</groupId>

0 commit comments

Comments
 (0)