Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
nawroth committed Feb 17, 2011
1 parent 0bfdf20 commit 9900d05
Showing 1 changed file with 3 additions and 33 deletions.
36 changes: 3 additions & 33 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,9 @@ To build this, you need a debian (or ubuntu) computer, and need debuild installe

sudo apt-get install devscripts

You also need to locally install (mvn install) the server-standalone project with the following plugin added to <plugins> in its pom.xml:

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.3</version>
<executions>
<execution>
<id>attach-distribution</id>
<phase>package</phase>
<goals>
<goal>attach-artifact</goal>
</goals>
<configuration>
<artifacts>
<artifact>
<file>target/${server.shortname}-${pom.version}-unix.tar.gz</file>
<type>tar.gz</type>
<classifier>unix</classifier>
</artifact>
<artifact>
<file>target/${server.shortname}-${pom.version}-windows.zip</file>
<type>zip</type>
<classifier>windows</classifier>
</artifact>
</artifacts>
</configuration>
</execution>
</executions>
</plugin>

Then just do:

mvn clean package
mvn clean package

And you will have a .deb file in "target/"!

And you will have a .deb file in "target/"!

0 comments on commit 9900d05

Please sign in to comment.