Reworking the Linux parts of the doc to be simpler and only give advice
[platform/upstream/libphonenumber.git] / debian / libphonenumber6-java.poms
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
29 tools/java/pom.xml
30 tools/java/common/pom.xml
31 tools/java/cpp-build/pom.xml
32 tools/java/data/pom.xml
33 tools/java/java-build/pom.xml
34 java/pom.xml --no-parent
35 java/libphonenumber/pom.xml --java-lib
36 java/internal/prefixmapper/pom.xml --java-lib
37 java/carrier/pom.xml --java-lib
38 java/geocoder/pom.xml --java-lib
39 java/demo/pom.xml --ignore