Guest User

Untitled

a guest
Jan 16th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. <plugin>
  2. <artifactId>maven-resources-plugin</artifactId>
  3. <executions>
  4. <execution>
  5. <id>copy-resources-from-parent</id>
  6. <phase>initialize</phase>
  7. <goals>
  8. <goal>copy-resources</goal>
  9. </goals>
  10. <configuration>
  11. <outputDirectory>./target/aut-ws</outputDirectory>
  12. <resources>
  13. <resource>
  14. <directory>/prj//workspace-Fm-aut-Testing/</directory>
  15. </resource>
  16. </resources>
  17. </configuration>
  18. </execution>
  19. </executions>
  20. </plugin>
  21.  
  22. <plugin>
  23. <artifactId>maven-resources-plugin</artifactId>
  24. <version>3.1.0</version>
  25. <configuration>
  26. <addDefaultExcludes>false</addDefaultExcludes>
  27. </configuration>
  28. </plugin>
Add Comment
Please, Sign In to add comment