1+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
4+ <modelVersion >4.0.0</modelVersion >
5+ <groupId >org.jvnet.jaxb2_commons</groupId >
6+ <artifactId >jaxb2-basics</artifactId >
7+ <packaging >jar</packaging >
8+ <version >0.8.2</version >
9+ <name >JAXB2 Basics - Basic Plugins</name >
10+ <parent >
11+ <groupId >org.jvnet.jaxb2_commons</groupId >
12+ <artifactId >jaxb2-basics-project</artifactId >
13+ <version >0.8.2</version >
14+ <relativePath >../pom.xml</relativePath >
15+ </parent >
16+ <dependencies >
17+ <dependency >
18+ <groupId >org.jvnet.jaxb2_commons</groupId >
19+ <artifactId >jaxb2-basics-runtime</artifactId >
20+ </dependency >
21+ <dependency >
22+ <groupId >org.jvnet.jaxb2_commons</groupId >
23+ <artifactId >jaxb2-basics-tools</artifactId >
24+ </dependency >
25+ <dependency >
26+ <groupId >com.sun.xml.bind</groupId >
27+ <artifactId >jaxb-impl</artifactId >
28+ <scope >provided</scope >
29+ </dependency >
30+ <dependency >
31+ <groupId >com.sun.xml.bind</groupId >
32+ <artifactId >jaxb-xjc</artifactId >
33+ <scope >provided</scope >
34+ </dependency >
35+ <dependency >
36+ <groupId >com.google.code.javaparser</groupId >
37+ <artifactId >javaparser</artifactId >
38+ <version >1.0.11</version >
39+ </dependency >
40+ <dependency >
41+ <groupId >org.jvnet.jaxb2.maven2</groupId >
42+ <artifactId >maven-jaxb2-plugin-testing</artifactId >
43+ <scope >test</scope >
44+ </dependency >
45+ </dependencies >
46+ <build >
47+ <defaultGoal >install</defaultGoal >
48+ <pluginManagement >
49+ <plugins >
50+ <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
51+ <plugin >
52+ <groupId >org.eclipse.m2e</groupId >
53+ <artifactId >lifecycle-mapping</artifactId >
54+ <version >1.0.0</version >
55+ <configuration >
56+ <lifecycleMappingMetadata >
57+ <pluginExecutions >
58+ <pluginExecution >
59+ <pluginExecutionFilter >
60+ <groupId >
61+ org.apache.felix
62+ </groupId >
63+ <artifactId >
64+ maven-bundle-plugin
65+ </artifactId >
66+ <versionRange >
67+ [2.3.7,)
68+ </versionRange >
69+ <goals >
70+ <goal >manifest</goal >
71+ </goals >
72+ </pluginExecutionFilter >
73+ <action >
74+ <ignore ></ignore >
75+ </action >
76+ </pluginExecution >
77+ <pluginExecution >
78+ <pluginExecutionFilter >
79+ <groupId >
80+ org.jvnet.jaxb2.maven2
81+ </groupId >
82+ <artifactId >
83+ maven-jaxb2-plugin
84+ </artifactId >
85+ <versionRange >
86+ [0.8.1,)
87+ </versionRange >
88+ <goals >
89+ <goal >generate</goal >
90+ </goals >
91+ </pluginExecutionFilter >
92+ <action >
93+ <ignore ></ignore >
94+ </action >
95+ </pluginExecution >
96+ </pluginExecutions >
97+ </lifecycleMappingMetadata >
98+ </configuration >
99+ </plugin >
100+ </plugins >
101+ </pluginManagement >
102+ </build >
103+ </project >
0 commit comments