~ubuntu-branches/debian/experimental/subethasmtp/experimental

« back to all changes in this revision

Viewing changes to debian/libsubethasmtp-java.poms

  • Committer: Package Import Robot
  • Author(s): Christopher Hoskin
  • Date: 2017-12-21 10:14:11 UTC
  • mfrom: (0.1.1)
  • Revision ID: package-import@ubuntu.com-20171221101411-towocljq6bpt9e5p
Tags: 4.0~rc6-1
Initial release (Closes: #884909)

Show diffs side-by-side

added added

removed removed

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