Guest User

Untitled

a guest
Jan 21st, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. <pluginManagement>
  2. <plugins>
  3. <plugin>
  4. <groupId>org.eclipse.m2e</groupId>
  5. <artifactId>lifecycle-mapping</artifactId>
  6. <version>1.0.0</version>
  7. <configuration>
  8. <lifecycleMappingMetadata>
  9. <pluginExecutions>
  10. <pluginExecution>
  11. <pluginExecutionFilter>
  12. <groupId>net.alchim31.maven</groupId>
  13. <artifactId>scala-maven-plugin</artifactId>
  14. <versionRange>[3.1.0,)</versionRange>
  15. <goals>
  16. <goal>add-source</goal>
  17. <goal>compile</goal>
  18. <goal>testCompile</goal>
  19. <goal>doc</goal>
  20. <goal>doc-jar</goal>
  21. </goals>
  22. </pluginExecutionFilter>
  23. <action>
  24. <ignore />
  25. </action>
  26. </pluginExecution>
  27. </pluginExecutions>
  28. </lifecycleMappingMetadata>
  29. </configuration>
  30. </plugin>
  31. </plugins>
  32. </pluginManagement>
Add Comment
Please, Sign In to add comment