~ubuntu-branches/ubuntu/utopic/build-helper-maven-plugin/utopic

« back to all changes in this revision

Viewing changes to debian/libbuild-helper-maven-plugin-java.poms

  • Committer: Package Import Robot
  • Author(s): tony mancill, Emmanuel Bourg, tony mancill
  • Date: 2013-06-01 20:19:34 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130601201934-hzv7zmdcgazfyupp
Tags: 1.7-1
[ Emmanuel Bourg ]
* Team upload.
* New upstream release
* Set the compiler source/target to 1.5
* Updated Standards-Version to 3.9.4 (no changes)
* debian/copyright:
  - Updated the Format URI to 1.0
  - Removed the duplicate Copyright fields

[ tony mancill ]
* debian/control:
  - Add libmaven-invoker-plugin-java to build-depends-indep.
  - Wrap long lines.
  - Update Vcs-Git URL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Format of this file is:
3
3
# <path to pom file> [option]*
4
4
# where option can be:
5
 
#   --ignore: ignore this POM or
 
5
#   --ignore: ignore this POM and its artifact if any
 
6
#   --ignore-pom: don't install the POM. To use on POM files that are created
 
7
#     temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms]
6
8
#   --no-parent: remove the <parent> tag from the POM
7
9
#   --package=<package>: an alternative package to use when installing this POM
8
10
#      and its artifact
11
13
#   --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
12
14
#      during a clean operation with mh_cleanpom or mh_installpom
13
15
#   --artifact=<path>: path to the build artifact associated with this POM,
14
 
#      it will be installed when using the command mh_install
 
16
#      it will be installed when using the command mh_install. [mh_install]
15
17
#   --java-lib: install the jar into /usr/share/java to comply with Debian
16
18
#      packaging guidelines
17
19
#   --usj-name=<name>: name to use when installing the library in /usr/share/java
18
20
#   --usj-version=<version>: version to use when installing the library in /usr/share/java
19
21
#   --no-usj-versionless: don't install the versionless link in /usr/share/java
20
 
#   --dest-jar=<path>: the destination for the real jar
21
 
#   it will be installed with mh_install.
 
22
#   --dest-jar=<path>: the destination for the real jar.
 
23
#     It will be installed with mh_install. [mh_install]
22
24
#   --classifier=<classifier>: Optional, the classifier for the jar. Empty by default.
23
 
#   --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created
24
 
#     temporarily for certain artifacts such as Javadoc jars.
 
25
#   --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
 
26
#     Empty by default. [mh_install]
25
27
#
26
28
pom.xml --no-parent --has-package-version