Migrating code from m-dependency-tree to m-artifact-transfer (was: Releasing Maven enforcer plugin)

2019-01-22 Thread Gabriel Belingueres
Moving the collecting code from m-dependency-tree to m-artifact-transfer found a problem: I added m-dependency-tree 3.0.1 as a dependency of m-artifact-transfer because it has a lot of funcionality useful when using Aether's collect (DependencyNode, DefaultDependencyNode, visitors and filters). Whe

[GitHub] hboutemy commented on a change in pull request #11: Propagate macro related exceptions to caller in xhtml parser

2019-01-22 Thread GitBox
hboutemy commented on a change in pull request #11: Propagate macro related exceptions to caller in xhtml parser URL: https://github.com/apache/maven-doxia/pull/11#discussion_r249863748 ## File path: doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml

[GitHub] ghilainm commented on a change in pull request #11: Propagate macro related exceptions to caller in xhtml parser

2019-01-22 Thread GitBox
ghilainm commented on a change in pull request #11: Propagate macro related exceptions to caller in xhtml parser URL: https://github.com/apache/maven-doxia/pull/11#discussion_r249834594 ## File path: doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml

[GitHub] ghilainm commented on a change in pull request #11: Propagate macro related exceptions to caller in xhtml parser

2019-01-22 Thread GitBox
ghilainm commented on a change in pull request #11: Propagate macro related exceptions to caller in xhtml parser URL: https://github.com/apache/maven-doxia/pull/11#discussion_r249834862 ## File path: doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml

Re: Release Build is Committing Artifact to Parent’s Repository

2019-01-22 Thread Anders Hammar
Please use the Maven User List [1] for Maven usage questions. This list is for questions related to the development of Maven. [1] https://maven.apache.org/mailing-lists.html /Anders On Tue, Jan 22, 2019 at 12:41 PM Biswa C wrote: > Hi Maven Developer Team, > > We are facing following issue whe

Release Build is Committing Artifact to Parent’s Repository

2019-01-22 Thread Biswa C
Hi Maven Developer Team, We are facing following issue when we are trying to perform Maven Release Build: The artifact (generated jar) is trying to get committed to the repository of Parent (we have a parent tag in our pom which is required). But, we need to commit the jar to the repository of cu

Re: versions:use-latest-versions and dependency:copy-dependencies

2019-01-22 Thread Stephen Connolly
The Maven model of project dependencies is resolved as part of the build plan because the transitive dependencies could affect the build order. An example (contrived, but possible). I have two modules: foo and bar foo depends on bar bar depends on a 3rd library that is external to the reactor:

[GitHub] hboutemy commented on issue #11: Propagate macro related exceptions to caller in xhtml parser

2019-01-22 Thread GitBox
hboutemy commented on issue #11: Propagate macro related exceptions to caller in xhtml parser URL: https://github.com/apache/maven-doxia/pull/11#issuecomment-456344828 FYI, Jira issue created: https://issues.apache.org/jira/browse/DOXIA-585 -

[GitHub] hboutemy commented on a change in pull request #11: Propagate macro related exceptions to caller in xhtml parser

2019-01-22 Thread GitBox
hboutemy commented on a change in pull request #11: Propagate macro related exceptions to caller in xhtml parser URL: https://github.com/apache/maven-doxia/pull/11#discussion_r249715464 ## File path: doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml

[GitHub] hboutemy commented on a change in pull request #11: Propagate exceptions to caller

2019-01-22 Thread GitBox
hboutemy commented on a change in pull request #11: Propagate exceptions to caller URL: https://github.com/apache/maven-doxia/pull/11#discussion_r249714608 ## File path: doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml/XhtmlParser.java ##

versions:use-latest-versions and dependency:copy-dependencies

2019-01-22 Thread Anders Nyström
Hi, I am using versions:use-latest-versions in an early phase (generate-sources) in my maven build and it works nice. It updates the versions I want, but when I use it together with dependency:copy-dependencies that I have in a later phase (process-resources) of my maven build something gets wrong