-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlifecycle-mapping-metadata.xml
67 lines (65 loc) · 2.1 KB
/
lifecycle-mapping-metadata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="UTF-8"?>
<lifecycleMappingMetadata>
<lifecycleMappings>
<lifecycleMapping>
<packagingType>nar</packagingType>
<lifecycleMappingId>com.github.sdedwards.m2e_nar.NarLifecycleMapping</lifecycleMappingId>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<versionRange>[2.0,)</versionRange>
<goals>
<goal>compile</goal>
<goal>testCompile</goal>
</goals>
</pluginExecutionFilter>
<action>
<configurator>
<id>com.github.sdedwards.m2e_nar.cConfigurator</id>
</configurator>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMapping>
</lifecycleMappings>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>com.github.maven-nar</groupId>
<artifactId>nar-maven-plugin</artifactId>
<versionRange>[3.0.0-rc1,),[3.0.0-rc-2,),[3.0.0,)</versionRange>
<goals>
<goal>nar-validate</goal>
<goal>nar-download</goal>
<goal>nar-unpack</goal>
<goal>nar-gnu-configure</goal>
<goal>nar-system-generate</goal>
<goal>nar-resources</goal>
<goal>nar-gnu-resources</goal>
<goal>nar-vcproj</goal>
<goal>nar-javah</goal>
<goal>nar-gnu-make</goal>
<goal>nar-compile</goal>
<goal>nar-gnu-process</goal>
<goal>nar-process-libraries</goal>
<goal>nar-testDownload</goal>
<goal>nar-testUnpack</goal>
<goal>nar-test-unpack</goal>
<goal>nar-testCompile</goal>
<goal>nar-test</goal>
</goals>
<!--
<parameters>
<compilerId>javac</compilerId>
</parameters>-->
</pluginExecutionFilter>
<action>
<configurator>
<id>com.github.sdedwards.m2e_nar.cConfigurator</id>
</configurator>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>