mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-10-29 19:57:28 +00:00
Add exec-maven-plugin to run Spark from sources
This commit is contained in:
parent
8d3f4a1813
commit
0a159aa2d7
@ -16,6 +16,15 @@ Combined with the [Openfire] server, [Spark] is the easiest and best alternative
|
||||
|
||||
[](https://travis-ci.org/igniterealtime/Spark)
|
||||
|
||||
Run from sources
|
||||
----------------
|
||||
|
||||
```bash
|
||||
$ git clone https://github.com/igniterealtime/Spark.git
|
||||
$ cd Spark/core
|
||||
$ mvn exec:java
|
||||
```
|
||||
|
||||
Bug Reporting
|
||||
-------------
|
||||
|
||||
|
||||
@ -72,6 +72,14 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>exec-maven-plugin</artifactId>
|
||||
<version>1.6.0</version>
|
||||
<configuration>
|
||||
<mainClass>org.jivesoftware.launcher.Startup</mainClass>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<dependencies>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user