File tree 1 file changed +72
-0
lines changed
1 file changed +72
-0
lines changed Original file line number Diff line number Diff line change 100
100
<version >1.1.4</version >
101
101
</dependency >
102
102
</dependencies >
103
+ <build >
104
+ <pluginManagement >
105
+ <plugins >
106
+ <plugin >
107
+ <groupId >org.apache.maven.plugins</groupId >
108
+ <artifactId >maven-compiler-plugin</artifactId >
109
+ <version >${maven.compile.version} </version >
110
+ <configuration >
111
+ <target >${maven.compiler.target} </target >
112
+ <source >${maven.compiler.source} </source >
113
+ </configuration >
114
+ </plugin >
115
+ <plugin >
116
+ <groupId >org.apache.maven.plugins</groupId >
117
+ <artifactId >maven-surefire-plugin</artifactId >
118
+ <version >${maven-surefire-plugin.version} </version >
119
+ </plugin >
120
+ <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
121
+ <plugin >
122
+ <groupId >org.eclipse.m2e</groupId >
123
+ <artifactId >lifecycle-mapping</artifactId >
124
+ <version >1.1.4</version >
125
+ <configuration >
126
+ <lifecycleMappingMetadata >
127
+ <pluginExecutions >
128
+ <pluginExecution >
129
+ <pluginExecutionFilter >
130
+ <groupId >
131
+ org.apache.rat
132
+ </groupId >
133
+ <artifactId >
134
+ apache-rat-plugin
135
+ </artifactId >
136
+ <versionRange >
137
+ [0.12,)
138
+ </versionRange >
139
+ <goals >
140
+ <goal >check</goal >
141
+ </goals >
142
+ </pluginExecutionFilter >
143
+ <action >
144
+ <ignore ></ignore >
145
+ </action >
146
+ </pluginExecution >
147
+ </pluginExecutions >
148
+ </lifecycleMappingMetadata >
149
+ </configuration >
150
+ </plugin >
151
+ </plugins >
152
+ </pluginManagement >
153
+ </build >
103
154
155
+ <repositories >
156
+ <repository >
157
+ <id >jakarta.sonatype.org-snapshot</id >
158
+ <url >https://jakarta.oss.sonatype.org/content/repositories/snapshots/</url >
159
+ <releases >
160
+ <enabled >false</enabled >
161
+ </releases >
162
+ <snapshots >
163
+ <enabled >true</enabled >
164
+ </snapshots >
165
+ </repository >
166
+ <repository >
167
+ <id >oss.sonatype.org-snapshot</id >
168
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
169
+ <releases >
170
+ <enabled >false</enabled >
171
+ </releases >
172
+ <snapshots >
173
+ <enabled >true</enabled >
174
+ </snapshots >
175
+ </repository >
104
176
</project >
You can’t perform that action at this time.
0 commit comments