Skip to content

Commit 0f6e199

Browse files
committed
chore(ide): add pom.xml for IDEs that grok maven
1 parent 15e6105 commit 0f6e199

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>org.angularjs</groupId>
5+
<artifactId>AngularJS</artifactId>
6+
<version>1.0-SNAPSHOT</version>
7+
<packaging>pom</packaging>
8+
<name>AngularJS</name>
9+
10+
<properties>
11+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12+
</properties>
13+
14+
<build>
15+
<sourceDirectory>src</sourceDirectory>
16+
<testSourceDirectory>test</testSourceDirectory>
17+
</build>
18+
</project>

0 commit comments

Comments
 (0)