Re: Plugin goals executed twice over in mvn site

2021-02-14 Thread LINUS FERNANDES
How is surefire related to the above executions of the plugins I listed? Surefire does not execute when mvn site is invoked. On Mon, 15 Feb 2021, 10:57 Delany, wrote: > Its an open issue > > https://issues.apache.org/jira/projects/MSITE/issues/MSITE-650?filter=allopenissues > > > On Mon, 15 Feb

Re: where to get the code example ?

2021-02-14 Thread Greg Chabala
Looks like the correct link is http://books.sonatype.com/mvnex-book/mvnex-examples.zip Found in an old issue: https://github.com/sonatype/maven-example-en/issues/43 On Sun, Feb 14, 2021 at 8:29 PM Karen Goh wrote: > hi, > I come to know about the free ebooks where they detailed all about using

Re: Plugin goals executed twice over in mvn site

2021-02-14 Thread Delany
Its an open issue https://issues.apache.org/jira/projects/MSITE/issues/MSITE-650?filter=allopenissues On Mon, 15 Feb 2021 at 05:27, LINUS FERNANDES wrote: > The following is my pom file located at: > > https://raw.githubusercontent.com/Fernal73/DSAlgos/master/pom.xml > > > Can you tell me

Plugin goals executed twice over in mvn site

2021-02-14 Thread LINUS FERNANDES
The following is my pom file located at: https://raw.githubusercontent.com/Fernal73/DSAlgos/master/pom.xml Can you tell me what's causing the following plugins to be executed twice in sequence with the command mvn site? mvn i.e., normal build is as expected. The plugins (and goals) executed

where to get the code example ?

2021-02-14 Thread Karen Goh
hi, I come to know about the free ebooks where they detailed all about using maven. There is a zip on chapter 6 - multi module project which I need to study as my current project is using multi modules. But, when I go to the link : http://www.sonatype.com/books/mvnex-book/mvnex-examples.zip it

Re: License - 301 Moved Permanently

2021-02-14 Thread Anthony Whitford
Thank you Thomas — changing to https removed the 301 issue. > On Feb 14, 2021, at 12:49 PM, Thomas Broyer wrote: > > Well, at a minimum, http:// is redirecting to https:// so that explains the > 301. > > Le dim. 14 févr. 2021 à 21:13, Anthony Whitford > a > écrit

Re: License - 301 Moved Permanently

2021-02-14 Thread Thomas Broyer
Well, at a minimum, http:// is redirecting to https:// so that explains the 301. Le dim. 14 févr. 2021 à 21:13, Anthony Whitford a écrit : > I just noticed that my generated Site isn’t properly including the MIT > License. > > In my pom.xml, I have: > > > > The MIT License >

License - 301 Moved Permanently

2021-02-14 Thread Anthony Whitford
I just noticed that my generated Site isn’t properly including the MIT License. In my pom.xml, I have: The MIT License http://www.opensource.org/licenses/MIT repo And I also have a LICENSE file in the Project’s root. The url is valid. However, the generated

Re: GitHub Actions yml

2021-02-14 Thread mark
Op 14-02-2021 om 04:05 schreef Anthony Whitford: However, I would ideally also like to see workflows for running Site (and SCM-Publish to GitHub Pages) there's a generic publishing action you can use to push some directory into a gh-pages branch: