diff options
Diffstat (limited to 'compatibility-shared')
-rw-r--r-- | compatibility-shared/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatibility-shared/pom.xml b/compatibility-shared/pom.xml index d702702748..abdc1ca849 100644 --- a/compatibility-shared/pom.xml +++ b/compatibility-shared/pom.xml @@ -75,7 +75,7 @@ <execution> <id>copy-sources</id> <!-- here the phase you need --> - <phase>prepare-package</phase> + <phase>process-resources</phase> <goals> <goal>copy-resources</goal> </goals> |