From 9054d9b688a286c669da6773ef247737b2476c70 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 13 Mar 2019 14:36:25 +0000 Subject: [PATCH] Rebuild documentation --- 27/index.html | 4 +- 28/index.html | 4 +- 29/index.html | 4 +- snapshot/index.html | 92 ++++++++++++++++++++++----------------------- 4 files changed, 51 insertions(+), 53 deletions(-) diff --git a/27/index.html b/27/index.html index d96e1c0..28bc4aa 100644 --- a/27/index.html +++ b/27/index.html @@ -845,7 +845,7 @@

Java Packaging HOWTO

-

2019-03-01

+

2019-03-13

@@ -4028,7 +4028,7 @@

13. References


diff --git a/28/index.html b/28/index.html index aa67531..432ff83 100644 --- a/28/index.html +++ b/28/index.html @@ -845,7 +845,7 @@

Java Packaging HOWTO

-

2019-03-01

+

2019-03-13

@@ -4028,7 +4028,7 @@

13. References


diff --git a/29/index.html b/29/index.html index c239b1d..98f4c1d 100644 --- a/29/index.html +++ b/29/index.html @@ -845,7 +845,7 @@

Java Packaging HOWTO

-

2019-03-01

+

2019-03-13

@@ -4028,7 +4028,7 @@

13. References


diff --git a/snapshot/index.html b/snapshot/index.html index 288a917..dafea5a 100644 --- a/snapshot/index.html +++ b/snapshot/index.html @@ -845,7 +845,7 @@

Java Packaging HOWTO

-

2019-03-01

+

2019-03-13

@@ -2192,8 +2192,6 @@

3.2.3. Aliases

-

WORK IN PROGRESS -msimacek, 31 March 2015

In the real world the same project can appear under different names as it was evolving or released differently. Therefore other projects may refer to those alternative names instead of using the name currently prefered by upstream.

@@ -2234,8 +2232,6 @@
Artifact aliases

3.2.4. Compatibility versions

Handling of compatibility packages, versioned jars etc.

-

WORK IN PROGRESS -msimacek, 2015-04-02

In Fedora we prefer to always have only the latest version of a given project. Unfortunately, this is not always possible as some projects change too much and it would be too hard to port dependent packages to @@ -2321,10 +2317,6 @@

Maven Compat Versions

3.3. Dependency Handling

-

WORK IN PROGRESS -msimacek, 2015-04-09

-

Describe RPM Provides and Requires, their interactions especially with relation -to JAR file identification, explain mvn(gId:aId…) strings.

RPM has multiple types of metadata to describe dependency relationships between packages. The two basic types are Requires and Provides. Requires denote that a package needs something to be present at @@ -2613,10 +2605,24 @@

4. Packaging Best Practices

5. Generic Java Builds

-

Handling of basic build steps in Java -* javac -* usage of build-claspath, build-jar-repository to prepare for build -* …

+

Handling of basic build steps in Java

+
    +
  • +

    +javac +

    +
  • +
  • +

    +usage of build-claspath, build-jar-repository to prepare for build +

    +
  • +
  • +

    +… +

    +
  • +

5.1. Generating Application Shell Scripts

As mentioned in section about Java packaging basics, @@ -3907,20 +3913,12 @@

9.4. Dependencies with scope "system"

-

10. Integration of Maven and XMvn Tools

-
-

Describe common usage patterns of XMvn, xmvn-bisect and other tools with links -to upstream documentation where it makes sense

-

TODO - write content

-
-
-
-

11. Migration from older tools

+

10. Migration from older tools

This section describes how to migrate packages that use older deprecated tools to current ones.

-

11.1. add_maven_depmap macro

+

10.1. add_maven_depmap macro

%add_maven_depmap macro was used to manually install Maven artifacts that were built with Apache Ant or mvn-rpmbuild. It is now deprecated and its invocations should be replaced with @@ -4024,11 +4022,11 @@

11.1. add_maven_depmap macro

-

12. Appendix A: Manpages

+

11. Appendix A: Manpages

This section contains manpages for mvn_* and pom_* macros.

-

12.1. mvn_alias

+

11.1. mvn_alias

@@ -4053,7 +4051,7 @@

12.1. mvn_alias

-

12.2. mvn_artifact

+

11.2. mvn_artifact

@@ -4078,7 +4076,7 @@

12.2. mvn_artifact

-

12.3. mvn_build

+

11.3. mvn_build

@@ -4103,7 +4101,7 @@

12.3. mvn_build

-

12.4. mvn_compat_version

+

11.4. mvn_compat_version

@@ -4128,7 +4126,7 @@

12.4. mvn_compat_version

-

12.5. mvn_config

+

11.5. mvn_config

@@ -4153,7 +4151,7 @@

12.5. mvn_config

-

12.6. mvn_file

+

11.6. mvn_file

@@ -4178,7 +4176,7 @@

12.6. mvn_file

-

12.7. mvn_install

+

11.7. mvn_install

@@ -4203,7 +4201,7 @@

12.7. mvn_install

-

12.8. mvn_package

+

11.8. mvn_package

@@ -4228,7 +4226,7 @@

12.8. mvn_package

-

12.9. pom_add_dep

+

11.9. pom_add_dep

@@ -4253,7 +4251,7 @@

12.9. pom_add_dep

-

12.10. pom_add_parent

+

11.10. pom_add_parent

@@ -4278,7 +4276,7 @@

12.10. pom_add_parent

-

12.11. pom_add_plugin

+

11.11. pom_add_plugin

@@ -4303,7 +4301,7 @@

12.11. pom_add_plugin

-

12.12. pom_change_dep

+

11.12. pom_change_dep

@@ -4328,7 +4326,7 @@

12.12. pom_change_dep

-

12.13. pom_disable_module

+

11.13. pom_disable_module

@@ -4353,7 +4351,7 @@

12.13. pom_disable_module

-

12.14. pom_remove_dep

+

11.14. pom_remove_dep

@@ -4378,7 +4376,7 @@

12.14. pom_remove_dep

-

12.15. pom_remove_parent

+

11.15. pom_remove_parent

@@ -4403,7 +4401,7 @@

12.15. pom_remove_parent

-

12.16. pom_remove_plugin

+

11.16. pom_remove_plugin

@@ -4428,7 +4426,7 @@

12.16. pom_remove_plugin

-

12.17. pom_set_parent

+

11.17. pom_set_parent

@@ -4453,7 +4451,7 @@

12.17. pom_set_parent

-

12.18. pom_xpath_disable

+

11.18. pom_xpath_disable

@@ -4478,7 +4476,7 @@

12.18. pom_xpath_disable

-

12.19. pom_xpath_inject

+

11.19. pom_xpath_inject

@@ -4503,7 +4501,7 @@

12.19. pom_xpath_inject

-

12.20. pom_xpath_remove

+

11.20. pom_xpath_remove

@@ -4528,7 +4526,7 @@

12.20. pom_xpath_remove

-

12.21. pom_xpath_replace

+

11.21. pom_xpath_replace

@@ -4553,7 +4551,7 @@

12.21. pom_xpath_replace

-

12.22. pom_xpath_set

+

11.22. pom_xpath_set

@@ -4583,7 +4581,7 @@

12.22. pom_xpath_set