Hi Bernhard,
[snip]
> Initially I tried to find a solution with a short command to produce and
> deploy the javadoc archive manually. However, the next step is anyway to
> automate this process and then it's less of a problem to split creation of
> the javadoc archive and deploying it into two st
tsführer): Florian Winterstein
Place of Business: Freiburg i. Br. | Registry Court: Amtsgericht Freiburg | HRB
723467
[TM.V06112018]
Von: Tamás Cservenák
Datum: Donnerstag, 23. Februar 2023 um 12:23
An: Maven Users List
Betreff: Re: [m-deploy-plugin] Deploy javadoc archive only
Howdy,
so, pers
Howdy,
so, personally I am in "limbo" about this, and let me explain why.
First let me state that I lack some context here:
- why is Bernhard doing this? (is he editing and then "testing" the edited
Javadoc? I mean, why is roundtrip needed [the deploy])
- where is he deploying it (some shared loc
Am I correct in my reading, that they found a similar use case for why
installing/deploying without a main artifact was allowed, and thus why a
test was guarding that behavior, but then decided it wasn't 'the Maven Way'
enough and ripped it out?
That makes it seem like a dummy jar is the only solu
Found this thread discussing this very change, may be helpful:
https://markmail.org/message/cmu5rh6i4cbmkh6e
HTH
Tamas
On Wed, Feb 22, 2023 at 7:27 PM Tamás Cservenák wrote:
> Howdy,
>
> Not directly helpful, but this change was introduced in early 3.0.0-M1:
> https://issues.apache.org/jira/bro
Howdy,
Not directly helpful, but this change was introduced in early 3.0.0-M1:
https://issues.apache.org/jira/browse/MDEPLOY-205
By reading the issue, I am really unsure about the exact intent.
But, there is already a comment on issue (someone else having similar
problem)
Let's see if anyone els
Hello!
I'm building a JavaDoc archive for a jar file with
mvn javadoc:javadoc assembly:single deploy
and maven-jar-plugin disabled so that only the JavaDoc archive gets deployed.
This has been working until updating to 3.9.0 (maven-deploy-plugin 3.x)
-because I only attach the JavaDoc archiv