Skip to content

Commit d697daf

Browse files
author
yuwei07
committed
建立maven配置pom
1 parent 91d5393 commit d697daf

File tree

107 files changed

+72
-25093
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+72
-25093
lines changed

.idea/misc.xml

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

JavaAlgorithmsImplementation.iml

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
3+
<component name="EclipseModuleManager">
4+
<libelement value="jar://$MODULE_DIR$/lib/junit-4_4.3.1.jar!/" />
5+
<src_description expected_position="0">
6+
<src_folder value="file://$MODULE_DIR$/src" expected_position="0" />
7+
<src_folder value="file://$MODULE_DIR$/test" expected_position="1" />
8+
</src_description>
9+
</component>
10+
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5">
11+
<output url="file://$MODULE_DIR$/target/classes" />
12+
<output-test url="file://$MODULE_DIR$/target/test-classes" />
13+
<content url="file://$MODULE_DIR$">
14+
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="false" />
15+
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
16+
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
17+
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
18+
<excludeFolder url="file://$MODULE_DIR$/target" />
19+
</content>
20+
<orderEntry type="sourceFolder" forTests="false" />
21+
<orderEntry type="module-library">
22+
<library name="junit-4_4.3.1.jar">
23+
<CLASSES>
24+
<root url="jar://$MODULE_DIR$/lib/junit-4_4.3.1.jar!/" />
25+
</CLASSES>
26+
<JAVADOC />
27+
<SOURCES />
28+
</library>
29+
</orderEntry>
30+
<orderEntry type="inheritedJdk" />
31+
</component>
32+
</module>

pom.xml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
7+
<groupId>groupId</groupId>
8+
<artifactId>JavaAlgorithmsImplementation</artifactId>
9+
<version>1.0-SNAPSHOT</version>
10+
11+
12+
13+
</project>

0 commit comments

Comments
 (0)