blob: 7cd2eb1ce276ab8ee4dff888c7549172048af129 [file] [log] [blame]
Daniel Pocockd7a64d72014-08-22 14:44:19 +00001# 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#
28pom.xml
29tools/java/pom.xml
30tools/java/common/pom.xml
31tools/java/cpp-build/pom.xml
32tools/java/data/pom.xml
33tools/java/java-build/pom.xml
Daniel Pocock52a539f2014-08-27 19:13:39 +000034java/pom.xml --no-parent
Daniel Pocockd7a64d72014-08-22 14:44:19 +000035java/libphonenumber/pom.xml --java-lib
36java/internal/prefixmapper/pom.xml --java-lib
37java/carrier/pom.xml --java-lib
38java/geocoder/pom.xml --java-lib
39java/demo/pom.xml --ignore