File: BUILD.txt

package info (click to toggle)
libxstream-java 1.4.15-3%2Bdeb11u2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,628 kB
  • sloc: java: 52,207; xml: 2,904; sh: 28; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
For Java 7, 8, or 9 build with Maven 3.3.9 or higher
For Java 6 or higher build with Maven 3.2.5
For Java 5 build with Maven 3.0.5
For Java 1.4 build with Maven 2.0.11

To build:

For Java 1.4: rm */profiles/osgi
mvn clean install

Before deploying:

copy settings-template.xml to ~/.m2/settings.xml adding your Sonatype OSSRH
username and passwords and also your GPG key and password.

To deploy (optionally adding sources and javadoc jars):
mvn deploy