Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
pa001024 committed Jun 11, 2013
0 parents commit 2d7c1c0
Show file tree
Hide file tree
Showing 584 changed files with 84,757 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
build
----------

```
mvn initialize -P -built
mvn clean package
```
21 changes: 21 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.md-5</groupId>
<artifactId>ForgeMod</artifactId>
<version>1.5.1-7.7.2-SNAPSHOT</version>
</parent>
<groupId>net.aetherteam</groupId>
<artifactId>Aether2</artifactId>
<version>1.0.2-SNAPSHOT</version>
<name>Aether2</name>
<build>
<finalName>${project.name}</finalName>
</build>
<repositories>
<repository>
<id>sonatype-oss-public</id>
<url>https://oss.sonatype.org/content/groups/public</url>
</repository>
</repositories>
</project>
Loading

0 comments on commit 2d7c1c0

Please sign in to comment.