Skip to content

Commit 2d7c1c0

Browse files
committed
init
0 parents  commit 2d7c1c0

File tree

584 files changed

+84757
-0
lines changed

Some content is hidden

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

584 files changed

+84757
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
build
2+
----------
3+
4+
```
5+
mvn initialize -P -built
6+
mvn clean package
7+
```

pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
<parent>
4+
<groupId>net.md-5</groupId>
5+
<artifactId>ForgeMod</artifactId>
6+
<version>1.5.1-7.7.2-SNAPSHOT</version>
7+
</parent>
8+
<groupId>net.aetherteam</groupId>
9+
<artifactId>Aether2</artifactId>
10+
<version>1.0.2-SNAPSHOT</version>
11+
<name>Aether2</name>
12+
<build>
13+
<finalName>${project.name}</finalName>
14+
</build>
15+
<repositories>
16+
<repository>
17+
<id>sonatype-oss-public</id>
18+
<url>https://oss.sonatype.org/content/groups/public</url>
19+
</repository>
20+
</repositories>
21+
</project>

0 commit comments

Comments
 (0)