Re: maven download broken on all mirrors

2019-09-03 Thread 'Jörg Hohwiller' via mojohaus-dev
In this URL you can also find 3.6.2 that was released yesterday.
Seems that this release may be the reason why something broke on the 
mirrors messing the official download.

Am Dienstag, 3. September 2019 19:31:16 UTC+2 schrieb Jörg Hohwiller:
>
> This URL seems to work though:
> https://archive.apache.org/dist/maven/maven-3/
>
> Am Dienstag, 3. September 2019 19:13:12 UTC+2 schrieb Jörg Hohwiller:
>>
>> Hi there,
>>
>> may be wrong here but I unsubsribed from maven-dev and subscribing just 
>> for this notice is too much burden.
>> So in case anyone from maven core team is reading this:
>>
>> It is currently impossible to download the latest version of maven 
>> (3.6.1). It is gone from all the mirrors.
>> Someting was really entierely messed up here:
>> https://maven.apache.org/download.cgi
>>
>> I noticed this because it broke my travis-ci build so it is not just a 
>> local CDN or proxy issue, but seems to be globally effective.
>> Hope this gets fixed asap as this is real pain if users already fail at 
>> downloading.
>>
>> Cheers
>>   Jörg
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojohaus-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/007912b2-cac8-4a99-93ca-659217c9c0f1%40googlegroups.com.


Re: maven download broken on all mirrors

2019-09-03 Thread 'Jörg Hohwiller' via mojohaus-dev
This URL seems to work though:
https://archive.apache.org/dist/maven/maven-3/

Am Dienstag, 3. September 2019 19:13:12 UTC+2 schrieb Jörg Hohwiller:
>
> Hi there,
>
> may be wrong here but I unsubsribed from maven-dev and subscribing just 
> for this notice is too much burden.
> So in case anyone from maven core team is reading this:
>
> It is currently impossible to download the latest version of maven 
> (3.6.1). It is gone from all the mirrors.
> Someting was really entierely messed up here:
> https://maven.apache.org/download.cgi
>
> I noticed this because it broke my travis-ci build so it is not just a 
> local CDN or proxy issue, but seems to be globally effective.
> Hope this gets fixed asap as this is real pain if users already fail at 
> downloading.
>
> Cheers
>   Jörg
>

-- 
You received this message because you are subscribed to the Google Groups 
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojohaus-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/c2f3b2eb-860d-4653-abd2-d659f6de827f%40googlegroups.com.


Re: maven-exec-plugin problem

2019-07-02 Thread 'Jörg Hohwiller' via mojohaus-dev
Hi,

it is not even ci-friendly. I have the version configured statically in 
that project:
https://github.com/devonfw-forge/keywi/blob/master/pom.xml#L7

Not a clue what is going wrong with help-plugin in this setup...
Any hit to shed a light would be highly appreciated...

Cheers
  Jörg

Am Dienstag, 2. Juli 2019 14:37:32 UTC+2 schrieb Jörg Hohwiller:
>
> Hi again,
>
> as always murphies law applies.
> # git clone https://github.com/devonfw-forge/keywi.git
> # mvn help:evaluate -Dexpression=project.version -q -DforceStdout
> # mvn -q exec:exec -Dexec.executable=echo -Dexec.args='${project.version}'
> 1.0.0-SNAPSHOT
> 1.0.0-SNAPSHOT
> 1.0.0-SNAPSHOT
> 1.0.0-SNAPSHOT
> 1.0.0-SNAPSHOT
> #
>
> So do not ask me why but IMHO help:evaluate does not work together with 
> ci-fiendly-maven (https://maven.apache.org/maven-ci-friendly.html).
>
> Is that a bug of maven-help-plugin?
> Or is there anything I can do about it?
>
> Thanks
>   Jörg
>
> Am Dienstag, 2. Juli 2019 14:18:18 UTC+2 schrieb Jörg Hohwiller:
>>
>> Hi Alexei,
>>
>> Awesome!
>> This does not solve all my problems as I need to check for a convergent 
>> version (excluding potential "dev-SNAPSHOT" version of parents that do not 
>> get released) throughout the reactor of a multi-module project but you gave 
>> me the right hint and missing link to get it done.
>>
>> Thank you so much
>>   Jörg
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojohaus-dev+unsubscr...@googlegroups.com.
To post to this group, send email to mojohaus-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/3985cba0-2f5c-4d24-a7c4-9c024a24c221%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: maven-exec-plugin problem

2019-07-02 Thread 'Jörg Hohwiller' via mojohaus-dev
Hi again,

as always murphies law applies.
# git clone https://github.com/devonfw-forge/keywi.git
# mvn help:evaluate -Dexpression=project.version -q -DforceStdout
# mvn -q exec:exec -Dexec.executable=echo -Dexec.args='${project.version}'
1.0.0-SNAPSHOT
1.0.0-SNAPSHOT
1.0.0-SNAPSHOT
1.0.0-SNAPSHOT
1.0.0-SNAPSHOT
#

So do not ask me why but IMHO help:evaluate does not work together with 
ci-fiendly-maven (https://maven.apache.org/maven-ci-friendly.html).

Is that a bug of maven-help-plugin?
Or is there anything I can do about it?

Thanks
  Jörg

Am Dienstag, 2. Juli 2019 14:18:18 UTC+2 schrieb Jörg Hohwiller:
>
> Hi Alexei,
>
> Awesome!
> This does not solve all my problems as I need to check for a convergent 
> version (excluding potential "dev-SNAPSHOT" version of parents that do not 
> get released) throughout the reactor of a multi-module project but you gave 
> me the right hint and missing link to get it done.
>
> Thank you so much
>   Jörg
>

-- 
You received this message because you are subscribed to the Google Groups 
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojohaus-dev+unsubscr...@googlegroups.com.
To post to this group, send email to mojohaus-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/8ca044bc-ef57-4381-b1fb-fcced3f61231%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: maven-exec-plugin problem

2019-07-02 Thread 'Jörg Hohwiller' via mojohaus-dev
Hi Alexei,

Awesome!
This does not solve all my problems as I need to check for a convergent 
version (excluding potential "dev-SNAPSHOT" version of parents that do not 
get released) throughout the reactor of a multi-module project but you gave 
me the right hint and missing link to get it done.

Thank you so much
  Jörg

-- 
You received this message because you are subscribed to the Google Groups 
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojohaus-dev+unsubscr...@googlegroups.com.
To post to this group, send email to mojohaus-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/61ba0eee-1bf5-402a-8c3d-2924b652c1bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


maven-exec-plugin problem

2019-06-30 Thread 'Jörg Hohwiller' via mojohaus-dev
Hi there,
in order to determine the version(s) of a maven project, several answers on 
stackoverflow, etc. lead to calling:
mvn -q exec:exec -Dexec.executable=echo -Dexec.args='${project.version}'

However, if in case the maven project (or one of its modules) itself has 
the maven-exec-plugin configured in its build section, the above command 
fails.
For some reason here maven tries to invoke that exec-plugin execution as 
well and ends up with some error like:

[ERROR] Unknown lifecycle phase "1.0.0-beta1-SNAPSHOT". You must specify a 
valid lifecycle phase or a goal in the format : or 
:[:]:. Available 
lifecycle phases are: validate, initialize, generate-sources, 
process-sources, generate-resources, process-resources, compile, 
process-classes, generate-test-sources, process-test-sources, 
generate-test-resources, process-test-resources, test-compile, 
process-test-classes, test, prepare-package, package, pre-integration-test, 
integration-test, post-integration-test, verify, install, deploy, 
pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> 
[Help 1]
...
[ERROR] Command execution failed.
org.apache.commons.exec.ExecuteException: Process exited with an error: 1 
(Exit value: 1)
at org.apache.commons.exec.DefaultExecutor.executeInternal 
(DefaultExecutor.java:404)
at org.apache.commons.exec.DefaultExecutor.execute 
(DefaultExecutor.java:166)
at org.codehaus.mojo.exec.ExecMojo.executeCommandLine 
(ExecMojo.java:804)

Is there some smart guy out there who could give me a hint how to avoid 
this error (stop maven from executing the build execution of exec plugin 
triggered from "mvn exec:exec" call)?
Or as an alternative give me a better hint how to determine the version of 
the current maven project from bash without manually parsing 
./mvn/maven.config as well as pom.xml files, etc. ending up in 
reimplementing maven...

Thanks
  Jörg

-- 
You received this message because you are subscribed to the Google Groups 
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojohaus-dev+unsubscr...@googlegroups.com.
To post to this group, send email to mojohaus-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/a70d8a86-927b-4a63-a6a2-a082c9373b2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Vote] release flatten-maven-plugin:1.1.0

2018-12-21 Thread 'Jörg Hohwiller' via mojohaus-dev
The vote succeeded

+1: 4x (Dan, Lasse, Patrick, Trey)
0: nobody
-1: nobody

Proceeding with the rest of the process

Cheers
  Jörg

-- 
You received this message because you are subscribed to the Google Groups 
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojohaus-dev+unsubscr...@googlegroups.com.
To post to this group, send email to mojohaus-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/b864f0a5-cb28-484d-b8c2-3e378295eb4a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Vote] release flatten-maven-plugin:1.1.0

2018-12-17 Thread 'Jörg Hohwiller' via mojohaus-dev
Hi, 

I would like to release version 1.1.0 of the flatten-maven-plugin.

Flatten Maven Plugin generates a flattened version of your pom.xml and 
makes maven to install and deploy this one instead of the original pom.xml. 

This is a release with some fixes and improvements.
The following issues have been fixed:
https://github.com/mojohaus/flatten-maven-plugin/milestone/3?closed=1

Open issues: 
https://github.com/mojohaus/flatten-maven-plugin/issues

Staging repository: 
https://oss.sonatype.org/content/repositories/orgcodehausmojo-1133

Site: http://www.mojohaus.org/flatten-maven-plugin/

 [ ] +1 
 [ ] +0 
 [ ] -1 

The vote is open for 72 hours and will succeed by lazy consensus. 

Kind regards
  Jörg Hohwiller

-- 
You received this message because you are subscribed to the Google Groups 
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojohaus-dev+unsubscr...@googlegroups.com.
To post to this group, send email to mojohaus-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/975d7e32-1221-4e90-9238-98fe54c4d1b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Your feedback wanted for flatten-maven-plugin and "Maven CI Friendly Versions"

2018-12-13 Thread 'Jörg Hohwiller' via mojohaus-dev
Hi there,

ever seen this before:
https://maven.apache.org/maven-ci-friendly.html

here is my review on the according PR to flatten-maven-plugin:
https://github.com/mojohaus/flatten-maven-plugin/pull/77#pullrequestreview-184858735

Your feedback would be highly appreciated.
IMHO this is somewhat flawed design, but I do not want to be harsh and 
would love to hear other oppinions.

Cheers
  Jörg

-- 
You received this message because you are subscribed to the Google Groups 
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojohaus-dev+unsubscr...@googlegroups.com.
To post to this group, send email to mojohaus-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/a4cb7c43-8308-4d26-90f6-4f72211c94b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [help] travis broken

2017-10-16 Thread 'Jörg Hohwiller' via mojohaus-dev
There is a solution to the actual problem:
You need to add this magic line to .travis.yml:

dist: precise

I hope it may also help others facing such problems.

Cheers Jörg

Am Samstag, 23. September 2017 04:14:18 UTC+2 schrieb Olivier Lamy:
>
> yup simply use openjdk7
>
> Le vendredi 22 septembre 2017 05:48:32 UTC+10, Jörg Hohwiller a écrit :
>>
>> I get this error in travis-ci for oraclejdk7:
>>
>> The command "./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -B 
>> -V" failed and exited with 1 during .
>>
>>
>>
>> See here:
>> https://travis-ci.org/mojohaus/flatten-maven-plugin/jobs/278323292
>>
>> IMHO this is a general bug on travis side and has nothing to do with the 
>> plugin code.
>> However, this blocks the build and any further progress.
>>
>> Did someone else get the same error?
>> (I did in totally different projects)
>>
>> May I just remove oraclejdk7 as we also have openjdk7?
>>
>> Cheers
>>   Jörg
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojohaus-dev+unsubscr...@googlegroups.com.
To post to this group, send email to mojohaus-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/f7491b66-36fa-43ff-b75c-59673a792048%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [discussion] AsciiDoc instead of Markdown?

2017-09-26 Thread 'Jörg Hohwiller' via mojohaus-dev
Hi Hervé,

README and CONTRIBUTING are easy. For an example look here:
https://github.com/m-m-m/util

For a fairly bigger use of AsciiDoc on github where I was involved see:
https://github.com/oasp/oasp4j/wiki/OASP4J
https://oasp.github.io/assets/PDF/OASP4J.pdf
If interested see also here:
https://github.com/oasp/oasp-docgen/wiki
(build has meanwhile replaced with asciidoctor-maven-plugin making all the 
XSLT and other stuff obsolete and the build simple and portable via parent 
POM).
All free OSS for share and reuse.

Cheers
  Jörg

Am Montag, 25. September 2017 22:49:52 UTC+2 schrieb Hervé Boutemy:
>
> can you give us a pointer to your projects, to see what a complete 
> migration 
>
> looks like?
>
>
> +1 to add asciidoc to other formats and make a test
>
>
> Regards,
>
>
> Hervé
>
> 2017-09-24 23:00 GMT+02:00 Baptiste Mathus <m...@batmat.net >
> :
>
>> I'm totally fine with this. I think Markdown becomes unusable/cumbersome 
>> for anything more than a small README.
>>
>> 2017-09-21 18:50 GMT+02:00 'Jörg Hohwiller' via mojohaus-dev <
>> mojoha...@googlegroups.com >:
>>
>>> Hi there,
>>>
>>> I migrated my personal OSS projects entirely from Markdown to AsciiDoc. 
>>> AsciiDoc is way superior to Markdown.
>>> For some projects I do create entire PDF books as documentation from 
>>> Github Wikis with hundreds of pages using asciidoctor-maven-plugin.
>>>
>>> Therefore I just wanted to ask if other users think the same and would 
>>> welcome to use *.adoc in advance to *.md on github (e.g. Readme.md, 
>>> Contributing.md as well as in wikis).
>>> Otherwise I am fine with staying as is.
>>>
>>> Best regards
>>>   Jörg
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "mojohaus-dev" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to mojohaus-dev...@googlegroups.com .
>>> To post to this group, send email to mojoha...@googlegroups.com 
>>> .
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/mojohaus-dev/15dc6352-bd37-4361-b61e-1a4bab3a542a%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/mojohaus-dev/15dc6352-bd37-4361-b61e-1a4bab3a542a%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "mojohaus-dev" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to mojohaus-dev...@googlegroups.com .
>> To post to this group, send email to mojoha...@googlegroups.com 
>> .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/mojohaus-dev/CANWgJS7proNAQvScAhn-s76upoX3fECgUg5BqQXDZR6_cV87LQ%40mail.gmail.com
>>  
>> <https://groups.google.com/d/msgid/mojohaus-dev/CANWgJS7proNAQvScAhn-s76upoX3fECgUg5BqQXDZR6_cV87LQ%40mail.gmail.com?utm_medium=email_source=footer>
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojohaus-dev+unsubscr...@googlegroups.com.
To post to this group, send email to mojohaus-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/a3bdeb12-ab82-4582-80b4-114b44024128%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] release flatten-maven-plugin version 1.0.1

2017-09-26 Thread 'Jörg Hohwiller' via mojohaus-dev
Hi there,

the vote has passed with the following result:

+1: 2 (1 binding, 1 non-binding)
+0: 0
-1: 0

I will stage the release to maven central.

Thanks & regards
  Jörg

Am Donnerstag, 21. September 2017 23:17:08 UTC+2 schrieb Jörg Hohwiller:
>
> Hi, 
>
> I would like to release version 1.0.1 of the flatten-maven-plugin.
>
> Flatten Maven Plugin generates a flattened version of your pom.xml and 
> makes maven to install and deploy this one instead of the original pom.xml. 
>
> The following issues have been fixed:
> https://github.com/mojohaus/flatten-maven-plugin/milestone/2?closed=1 
> 
>
> Open issues (none): 
> https://github.com/mojohaus/flatten-maven-plugin/issues
>
> Staging repository: 
> https://oss.sonatype.org/content/repositories/orgcodehausmojo-1101
>
> Site: http://www.mojohaus.org/flatten-maven-plugin/
>
>  [ ] +1 
>  [ ] +0 
>  [ ] -1 
>
> The vote is open for 72 hours and will succeed by lazy consensus. 
>
> Kind regards
>   Jörg Hohwiller
>

-- 
You received this message because you are subscribed to the Google Groups 
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojohaus-dev+unsubscr...@googlegroups.com.
To post to this group, send email to mojohaus-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/a3abf0bd-a086-40e9-8126-c29291933531%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] release flatten-maven-plugin version 1.0.1

2017-09-22 Thread 'Jörg Hohwiller' via mojohaus-dev
Dean Dan,

done:
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ 
flatten-maven-plugin ---
Downloading: 
http://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/flatten-maven-plugin/1.0.1-SNAPSHOT/maven-metadata.xml
Uploading: 
http://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/flatten-maven-plugin/1.0.1-SNAPSHOT/flatten-maven-plugin-1.0.1-20170922.082525-1.jar
Uploaded: 
http://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/flatten-maven-plugin/1.0.1-SNAPSHOT/flatten-maven-plugin-1.0.1-20170922.082525-1.jar
 
(150 kB at 33 kB/s)
Uploading: 
http://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/flatten-maven-plugin/1.0.1-SNAPSHOT/flatten-maven-plugin-1.0.1-20170922.082525-1.pom
Uploaded: 
http://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/flatten-maven-plugin/1.0.1-SNAPSHOT/flatten-maven-plugin-1.0.1-20170922.082525-1.pom
 
(9.7 kB at 2.8 kB/s)
Downloading: 
http://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/flatten-maven-plugin/maven-metadata.xml
Downloading: 
http://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/maven-metadata.xml
Downloaded: 
http://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/maven-metadata.xml
 
(9.9 kB at 12 kB/s)
Uploading: 
http://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/flatten-maven-plugin/1.0.1-SNAPSHOT/maven-metadata.xml
Uploaded: 
http://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/flatten-maven-plugin/1.0.1-SNAPSHOT/maven-metadata.xml
 
(787 B at 511 B/s)
Uploading: 
http://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/flatten-maven-plugin/maven-metadata.xml
Uploaded: 
http://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/flatten-maven-plugin/maven-metadata.xml
 
(333 B at 200 B/s)
Uploading: 
http://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/maven-metadata.xml
Uploaded: 
http://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/maven-metadata.xml
 
(10 kB at 4.8 kB/s)
[INFO] 

[INFO] BUILD SUCCESS

Happy testing...

Cheers
  Jörg

Am Freitag, 22. September 2017 09:42:19 UTC+2 schrieb Dan Tran:
>
> My production can only pull in snapshot, could you deploy flatten-m-p 
> 1.0.1-SNAPSHOT?
>
> -D
>
> On Thu, Sep 21, 2017 at 11:41 PM, 'Simon Spielmann' via mojohaus-dev <
> mojoha...@googlegroups.com > wrote:
>
>> Hi,
>>
>> +1
>>
>> Bug resolved, no other problems so far - good job.
>>
>> Thanks a lot.
>> Simon
>>
>> Am Donnerstag, 21. September 2017 23:17:08 UTC+2 schrieb Jörg Hohwiller:
>>>
>>> Hi, 
>>>
>>> I would like to release version 1.0.1 of the flatten-maven-plugin.
>>>
>>> Flatten Maven Plugin generates a flattened version of your pom.xml and 
>>> makes maven to install and deploy this one instead of the original pom.xml. 
>>>
>>> The following issues have been fixed:
>>> https://github.com/mojohaus/flatten-maven-plugin/milestone/2?closed=1 
>>> 
>>>
>>> Open issues (none): 
>>> https://github.com/mojohaus/flatten-maven-plugin/issues
>>>
>>> Staging repository: 
>>> https://oss.sonatype.org/content/repositories/orgcodehausmojo-1101
>>>
>>> Site: http://www.mojohaus.org/flatten-maven-plugin/
>>>
>>>  [ ] +1 
>>>  [ ] +0 
>>>  [ ] -1 
>>>
>>> The vote is open for 72 hours and will succeed by lazy consensus. 
>>>
>>> Kind regards
>>>   Jörg Hohwiller
>>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "mojohaus-dev" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to mojohaus-dev...@googlegroups.com .
>> To post to this group, send email to mojoha...@googlegroups.com 
>> .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/mojohaus-dev/d59ade1a-d8cd-45f8-94d7-b7a2708575aa%40googlegroups.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojohaus-dev+unsubscr...@googlegroups.com.
To post to this group, send email to mojohaus-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/9f3631fe-76c8-4572-91af-fed3f9c2b6d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] release flatten-maven-plugin version 1.0.1

2017-09-21 Thread 'Jörg Hohwiller' via mojohaus-dev
Update: Link to fixed issues is broken due to google copy magic. I 
copied from last vote mail and updated the link. Now the link-text is 
correct but the link was still pointing to the old URL.
Correct link is:
https://github.com/mojohaus/flatten-maven-plugin/milestone/2?closed=1

Am Donnerstag, 21. September 2017 23:17:08 UTC+2 schrieb Jörg Hohwiller:
>
> Hi, 
>
> I would like to release version 1.0.1 of the flatten-maven-plugin.
>
> Flatten Maven Plugin generates a flattened version of your pom.xml and 
> makes maven to install and deploy this one instead of the original pom.xml. 
>
> The following issues have been fixed:
> https://github.com/mojohaus/flatten-maven-plugin/milestone/2?closed=1 
> 
>
> Open issues (none): 
> https://github.com/mojohaus/flatten-maven-plugin/issues
>
> Staging repository: 
> https://oss.sonatype.org/content/repositories/orgcodehausmojo-1101
>
> Site: http://www.mojohaus.org/flatten-maven-plugin/
>
>  [ ] +1 
>  [ ] +0 
>  [ ] -1 
>
> The vote is open for 72 hours and will succeed by lazy consensus. 
>
> Kind regards
>   Jörg Hohwiller
>

-- 
You received this message because you are subscribed to the Google Groups 
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojohaus-dev+unsubscr...@googlegroups.com.
To post to this group, send email to mojohaus-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/10628d4a-8b6a-4d94-bb0c-b15078105a7d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] release flatten-maven-plugin version 1.0.1

2017-09-21 Thread 'Jörg Hohwiller' via mojohaus-dev
solved. gh-pages staging sometimes takes seconds and sometimes many hours. 
However, meanwhile back in sync.

Am Donnerstag, 21. September 2017 23:29:51 UTC+2 schrieb Jörg Hohwiller:
>
> Hi there,
>
> any ideas whats broken on github:
>
> http://www.mojohaus.org/flatten-maven-plugin/css/apache-maven-fluido-1.5.min.css
>  
> -> 404
>
> https://github.com/mojohaus/flatten-maven-plugin/blob/gh-pages/css/apache-maven-fluido-1.5.min.css
>  
> -> 200
>
> Cheers
>   Jörg
>
> Am Donnerstag, 21. September 2017 23:17:08 UTC+2 schrieb Jörg Hohwiller:
>>
>> Hi, 
>>
>> I would like to release version 1.0.1 of the flatten-maven-plugin.
>>
>> Flatten Maven Plugin generates a flattened version of your pom.xml and 
>> makes maven to install and deploy this one instead of the original pom.xml. 
>>
>> The following issues have been fixed:
>> https://github.com/mojohaus/flatten-maven-plugin/milestone/2?closed=1 
>> 
>>
>> Open issues (none): 
>> https://github.com/mojohaus/flatten-maven-plugin/issues
>>
>> Staging repository: 
>> https://oss.sonatype.org/content/repositories/orgcodehausmojo-1101
>>
>> Site: http://www.mojohaus.org/flatten-maven-plugin/
>>
>>  [ ] +1 
>>  [ ] +0 
>>  [ ] -1 
>>
>> The vote is open for 72 hours and will succeed by lazy consensus. 
>>
>> Kind regards
>>   Jörg Hohwiller
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojohaus-dev+unsubscr...@googlegroups.com.
To post to this group, send email to mojohaus-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/c9b8e137-8765-41c6-b894-8b4490f7830c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] release flatten-maven-plugin version 1.0.1

2017-09-21 Thread 'Jörg Hohwiller' via mojohaus-dev
Hi there,

any ideas whats broken on github:
   
http://www.mojohaus.org/flatten-maven-plugin/css/apache-maven-fluido-1.5.min.css
 
-> 404
https://github.com/mojohaus/flatten-maven-plugin/blob/gh-pages/css/apache-maven-fluido-1.5.min.css
 
-> 200

Cheers
  Jörg

Am Donnerstag, 21. September 2017 23:17:08 UTC+2 schrieb Jörg Hohwiller:
>
> Hi, 
>
> I would like to release version 1.0.1 of the flatten-maven-plugin.
>
> Flatten Maven Plugin generates a flattened version of your pom.xml and 
> makes maven to install and deploy this one instead of the original pom.xml. 
>
> The following issues have been fixed:
> https://github.com/mojohaus/flatten-maven-plugin/milestone/2?closed=1 
> 
>
> Open issues (none): 
> https://github.com/mojohaus/flatten-maven-plugin/issues
>
> Staging repository: 
> https://oss.sonatype.org/content/repositories/orgcodehausmojo-1101
>
> Site: http://www.mojohaus.org/flatten-maven-plugin/
>
>  [ ] +1 
>  [ ] +0 
>  [ ] -1 
>
> The vote is open for 72 hours and will succeed by lazy consensus. 
>
> Kind regards
>   Jörg Hohwiller
>

-- 
You received this message because you are subscribed to the Google Groups 
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojohaus-dev+unsubscr...@googlegroups.com.
To post to this group, send email to mojohaus-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/0527fe9a-acb1-4df0-887f-308e5cb357e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[VOTE] release flatten-maven-plugin version 1.0.1

2017-09-21 Thread 'Jörg Hohwiller' via mojohaus-dev
Hi, 

I would like to release version 1.0.1 of the flatten-maven-plugin.

Flatten Maven Plugin generates a flattened version of your pom.xml and 
makes maven to install and deploy this one instead of the original pom.xml. 

The following issues have been fixed:
https://github.com/mojohaus/flatten-maven-plugin/milestone/2?closed=1 


Open issues (none): 
https://github.com/mojohaus/flatten-maven-plugin/issues

Staging repository: 
https://oss.sonatype.org/content/repositories/orgcodehausmojo-1101

Site: http://www.mojohaus.org/flatten-maven-plugin/

 [ ] +1 
 [ ] +0 
 [ ] -1 

The vote is open for 72 hours and will succeed by lazy consensus. 

Kind regards
  Jörg Hohwiller

-- 
You received this message because you are subscribed to the Google Groups 
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojohaus-dev+unsubscr...@googlegroups.com.
To post to this group, send email to mojohaus-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/6b2b31b7-2add-4d40-9a1d-ef32a8ace87b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[help] travis broken

2017-09-21 Thread 'Jörg Hohwiller' via mojohaus-dev


I get this error in travis-ci for oraclejdk7:

The command "./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -B -V" 
failed and exited with 1 during .



See here:
https://travis-ci.org/mojohaus/flatten-maven-plugin/jobs/278323292

IMHO this is a general bug on travis side and has nothing to do with the plugin 
code.
However, this blocks the build and any further progress.

Did someone else get the same error?
(I did in totally different projects)

May I just remove oraclejdk7 as we also have openjdk7?

Cheers
  Jörg

-- 
You received this message because you are subscribed to the Google Groups 
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojohaus-dev+unsubscr...@googlegroups.com.
To post to this group, send email to mojohaus-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/82517f5e-0793-49f0-824e-6cf28adb8a07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[discussion] AsciiDoc instead of Markdown?

2017-09-21 Thread 'Jörg Hohwiller' via mojohaus-dev
Hi there,

I migrated my personal OSS projects entirely from Markdown to AsciiDoc. 
AsciiDoc is way superior to Markdown.
For some projects I do create entire PDF books as documentation from Github 
Wikis with hundreds of pages using asciidoctor-maven-plugin.

Therefore I just wanted to ask if other users think the same and would 
welcome to use *.adoc in advance to *.md on github (e.g. Readme.md, 
Contributing.md as well as in wikis).
Otherwise I am fine with staying as is.

Best regards
  Jörg

-- 
You received this message because you are subscribed to the Google Groups 
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojohaus-dev+unsubscr...@googlegroups.com.
To post to this group, send email to mojohaus-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/15dc6352-bd37-4361-b61e-1a4bab3a542a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: All Plugin Links on Mojohaus.org are 404's

2016-10-03 Thread 'Jörg Hohwiller' via mojohaus-dev
Hi Lennart,

its actually not all links that result in 404 (e.g. I checked some plugins 
I am active on or actively using and they work) but quite a lot are broken.
If you know how to fix some of the URLs I guess you are most welcome to 
fix. Can not get worse than 404 anyways...
But maybe it was worse before and you already fixed some links... 

Thanks
  Jörg

Am Sonntag, 18. September 2016 17:04:57 UTC+2 schrieb Lennart Jörelid:
>
> Hello all,
>
> I noted that the links to the plugins on 
>
> http://www.mojohaus.org/plugins.html
>
> all result in a 404, presumably since the move from Codehaus.
> I moved the one dealing with the JAXB2 plugin yesterday - but unless 
> someone thinks otherwise, I will fix the rest of the links on the plugin 
> page.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojohaus-dev+unsubscr...@googlegroups.com.
To post to this group, send email to mojohaus-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/bcd0856f-d578-41e6-abe6-c8f1847a102c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[VOTE] release servicedocgen-maven-plugin version 1.0.0-alpha-3

2016-10-01 Thread 'Jörg Hohwiller' via mojohaus-dev
Hi, 

I would like to release version 1.0.0-alpha-3 of the 
servicedocgen-maven-plugin.

This plugin allows to generate rich documentation for your (JAX-RS 
REST-)Services automatically from the code as HTML.
Have a look at the integration test report if you want to see an example.

This is a small bugfix release. It fixes a JavaScript browser compatibility 
bug fixed as PR #21 by Mirko Friedenhagen (Thanks!).

The list of fixed issues can be viewed here:
https://github.com/mojohaus/servicedocgen-maven-plugin/milestone/5?closed=1

Open issues: 
https://github.com/mojohaus/servicedocgen-maven-plugin/issues

Staging repository: 
https://oss.sonatype.org/content/repositories/orgcodehausmojo-1073/

Site: 
http://www.mojohaus.org/servicedocgen-maven-plugin/servicedocgen-maven-plugin/index.html
The site is not staged by mvn release:perform (it used to be staged once).
I will update the site after the vote has passed!? If there are any hits on 
the process that I missed please let me know.

 [ ] +1 
 [ ] +0 
 [ ] -1 

The vote is open for 72 hours and will succeed by lazy consensus. 

Kind regards
  Jörg Hohwiller

-- 
You received this message because you are subscribed to the Google Groups 
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojohaus-dev+unsubscr...@googlegroups.com.
To post to this group, send email to mojohaus-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/84cf3bce-1476-4c9e-bbe0-ae53d1374a01%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.