File tree Expand file tree Collapse file tree 1 file changed +2
-23
lines changed
Tutorials/Simple/src/main/resources/archetype-resources Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change 66 <artifactId >${artifactId} </artifactId >
77 <version >${version} </version >
88 <packaging >jar</packaging >
9-
10- <parent >
11- <groupId >com.nativelibs4java</groupId >
12- <artifactId >javacl-parent</artifactId >
13- <version >1.0-SNAPSHOT</version >
14- <relativePath >..</relativePath >
15- </parent >
169
1710 <repositories >
1811 <repository >
1912 <id >sonatype</id >
2013 <name >Sonatype OSS Snapshots Repository</name >
2114 <url >http://oss.sonatype.org/content/groups/public</url >
2215 </repository >
23- <!-- repository>
24- <id>nativelibs4java</id>
25- <name>nativelibs4java Maven2 Repository</name>
26- <url>http://nativelibs4java.sourceforge.net/maven</url>
27- </repository-->
2816 </repositories >
17+
2918 <pluginRepositories >
3019 <pluginRepository >
3120 <id >sonatype</id >
3221 <name >Sonatype OSS Snapshots Repository</name >
3322 <url >http://oss.sonatype.org/content/groups/public</url >
3423 </pluginRepository >
35- <!-- pluginRepository>
36- <id>nativelibs4java</id>
37- <name>nativelibs4java Maven2 Repository</name>
38- <url>http://nativelibs4java.sourceforge.net/maven</url>
39- </pluginRepository-->
4024 </pluginRepositories >
4125
4226 <dependencies >
4327 <dependency >
4428 <groupId >com.nativelibs4java</groupId >
4529 <artifactId >javacl</artifactId >
30+ <version >1.0-SNAPSHOT</version >
4631 </dependency >
4732 </dependencies >
4833
6550 </execution >
6651 </executions >
6752 </plugin >
68-
69- <plugin >
70- <groupId >org.apache.maven.plugins</groupId >
71- <artifactId >maven-compiler-plugin</artifactId >
72- </plugin >
73-
7453 </plugins >
7554 </build >
7655</project >
You can’t perform that action at this time.
0 commit comments