Guest User

Untitled

a guest
Jan 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.81 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>org.sonatype.flexmojos</groupId>
  13.                                     <artifactId>flexmojos-maven-plugin</artifactId>
  14.                                     <versionRange>[1.0.0,)</versionRange>
  15.                                     <goals>
  16.                                         <goal>compile-swc</goal>
  17.                                         <goal>test-compile</goal>
  18.                                     </goals>
  19.                                 </pluginExecutionFilter>
  20.                                 <action>
  21.                                     <execute />
  22.                                 </action>
  23.                             </pluginExecution>
  24.                         </pluginExecutions>
  25.                     </lifecycleMappingMetadata>
  26.                 </configuration>
  27.             </plugin>
  28.         </plugins>
  29.     </pluginManagement>
Add Comment
Please, Sign In to add comment