Maven site plugin, turn off copyright notice

2015-10-13 Thread Alex O'Ree
Is there a way to turn off the copyright notice on the bottom of generated maven sites? - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Maven site plugin, turn off copyright notice

2015-10-13 Thread Alex O'Ree
, Karl Heinz Marbaise <khmarba...@gmx.de> wrote: > Hi, > > On 10/13/15 9:57 PM, Alex O'Ree wrote: >> >> I think I figured it out. It was being injected into the footer. >> Overriding the footer in the site descriptor appears to have >> suppressed it. Too

Re: Maven site plugin, turn off copyright notice

2015-10-13 Thread Alex O'Ree
PM, Karl Heinz Marbaise <khmarba...@gmx.de> wrote: > Hi, > > On 10/13/15 9:45 PM, Alex O'Ree wrote: >> >> Is there a way to turn off the copyright notice on the bottom of >> generated maven sites? > > > Which of them do you mean exactly ? Can you show a

Maven PDF Plugin footer

2017-04-13 Thread Alex O'Ree
Is there a way to remove or change the footer printed on all pages except for the title page? It looks like the default is (c) ${year} {$organization} - All rights reserved This appears to open be used for the fo implementation. It's not present on the IText output, but I don't personally care

reporting plugin that runs after child module reporting tasks?

2017-09-23 Thread Alex O'Ree
Hi all, writing a reporting plugin that aggregates findbugs results. I'm cheating a bit here and am reading in the generated findbug html file, which is generated after findbugs run with the site plugin. The html appears to be generated in the doxia parts the site goal. Anyhow, with this

Maven site filter properties with a period

2017-10-16 Thread Alex O'Ree
I have some pom defined properties that I'm trying to inject into a maven site markdown file. The file is named "test.md.vm" and it's referenced in the site descriptor. > This property is used to test PDF .vm > project injection. If you can read this in the PDF output, it's > working. >

Updating from 3.3.9 to 3.5.0 causing strange unit test failures

2017-10-01 Thread Alex O'Ree
Apache jUDDI PMC here. I just spent the better part of my weekend trying to update and revamp some code in Apache jUDDI and ran into a bit of strange situation that is reporting worthy. All of our previous release builds were ran using maven 3.3.9 on windows with JDK7. I recently switched to

Re: Updating from 3.3.9 to 3.5.0 causing strange unit test failures

2017-10-01 Thread Alex O'Ree
I thought i had cleaned that up. One of those, if it's not broke don't fix it, kind of things. On Sun, Oct 1, 2017 at 10:24 AM, Karl Heinz Marbaise <khmarba...@gmx.de> wrote: > Hi, > > On 01/10/17 15:35, Alex O'Ree wrote: >> >> Apache jUDDI PMC here. >> >

Re: Updating from 3.3.9 to 3.5.0 causing strange unit test failures

2017-10-01 Thread Alex O'Ree
after further investigation, it's probably not a maven issue. On Sun, Oct 1, 2017 at 11:15 AM, Alex O'Ree <alexo...@apache.org> wrote: > I thought i had cleaned that up. One of those, if it's not broke don't fix > it, kind of things. > > > On Sun, Oct 1, 2017 at 10:24 AM

Activating a profile if an executable exists on the path?

2017-10-01 Thread Alex O'Ree
I've been using the umlgraph/graphviz/dot as a javadoc extension for a while now and i was wondering how i could support builds on machines whereby graphviz is not installed. I was thinking a profile with some activate rules would do it that would override the javadoc settings. Looking at the

Re: Maven site filter properties with a period

2017-10-20 Thread Alex O'Ree
s/maven-site-plugin/ > examples/creating-content.html#Filtering > > Regards, > > Hervé > > Le lundi 16 octobre 2017, 20:22:04 CEST Alex O'Ree a écrit : > > I have some pom defined properties that I'm trying to inject into a maven > > site markdown file. The f

Re: Maven site filter properties with a period

2017-10-21 Thread Alex O'Ree
I would say it's fine as is, but one possible suggestion would be add a h4 under the "Filtering" section labeled "Common Problems". Under that you can put the parts related to properties with dots and the ## markdown issue On Fri, Oct 20, 2017 at 10:50 PM, Alex O'Ree <spyhu

Re: Maven site filter properties with a period

2017-10-20 Thread Alex O'Ree
> documentation > > Regards, > > Hervé > > Le vendredi 20 octobre 2017, 18:28:33 CEST Alex O'Ree a écrit : > > Thanks, that confirms it. Now i can find out this why is failing, i'm be > set > > > > https://issues.apache.org/jira/projects/MSITE/issues/

mvn site doxia snippet macro in markdown?

2018-11-29 Thread Alex O'Ree
I'm looking for an example on how to use the code snippet macro from doxia within a markdown file. I've found this https://maven.apache.org/guides/mini/guide-snippet-macro.html but it only covers apt and xdoc, but nothing for markdown. Is this supported?

mvn site vs an unusual maven-dependency-plugin configuration

2019-08-29 Thread Alex O'Ree
I've been struggling with this problem on and off for a while and have been unable to resolve this. Hopefully someone can provide some guidance. This is a multi-module project. I have a jar project that needs some native libraries in a specific path during the unit tests. To make this happen, I

Re: Accessing a nexus repository requiring a client certificate

2020-05-11 Thread Alex O'Ree
up down a rat role of trying to understand why some of the unit tests were failing and making it worse in the process. On Wed, May 6, 2020 at 6:38 AM Michael Osipov wrote: > Am 2020-05-05 um 22:03 schrieb Alex O'Ree: > > I was looking over the docs for the settings.xml file

Re: Accessing a nexus repository requiring a client certificate

2020-05-17 Thread Alex O'Ree
setup, make a new configuration within this method, otherwise fallback to the default static pool? On Mon, May 11, 2020 at 7:10 PM Alex O'Ree wrote: > I did some work on this over the weekend. Maintaining backwards > compatibility is going to be challenging due to the http connectio

Re: Accessing a nexus repository requiring a client certificate

2020-05-17 Thread Alex O'Ree
ager. Having everything static makes > >> this > >>> difficult to implement without potentially breaking any other plugin > that > >>> uses this class programmatically. Would perhaps changing > >>> 'openConnectionInternal' be a better option for

Re: Accessing a nexus repository requiring a client certificate

2020-05-17 Thread Alex O'Ree
oposal :) > > On Mon, 18 May 2020 at 10:11 am, Alex O'Ree wrote: > > > Well after a few different experiments with what i've describe above, the > > issue i'm having setting ensuring that setting.xml parameters get passed > > into wagon. Currently, it looks like i need

Accessing a nexus repository requiring a client certificate

2020-05-05 Thread Alex O'Ree
I was looking over the docs for the settings.xml file and noted that it looks like it's possible to access a nexus repository using a client certificate of sorts. It's not clear the docs if a JKS can be used or if it must be a ssh private key or what. http://maven.apache.org/settings.html#servers

Re: Accessing a nexus repository requiring a client certificate

2020-05-18 Thread Alex O'Ree
may have to change some APIs > Wagon is a very old API (back to when Maven2 was born... yup that's long > time ago now :) ) > so definitely it could be changed BUT we have to maintain a backward compat > as much as we can > > On Mon, 18 May 2020 at 11:36, Alex O'Ree wrote:

Re: Accessing a nexus repository requiring a client certificate

2020-05-18 Thread Alex O'Ree
PR's opened, feel free to review or whatever. I'm fully expecting that they won't be merged as is https://github.com/apache/maven-wagon/pull/67 https://github.com/apache/maven-resolver/pull/51 On Mon, May 18, 2020 at 6:18 PM Alex O'Ree wrote: > roger that. All the changes i've made thus

Javadoc aggregate fails with MDEP-187 with dependency plugin

2020-06-01 Thread Alex O'Ree
I'm attempting to, with a release profile, build javadoc jars for all modules in my project and generate a single aggregate javadoc jar for the whole project, preferable with just running 'mvn -PmyReleaseProfile install'. Is this possible? In my case i have a few modules that use the dependency

Re: Javadoc aggregate fails with MDEP-187 with dependency plugin

2020-06-03 Thread Alex O'Ree
> I know this will trigger few times the same lifecycle/goals and will add > few times the same jar to the artifacts to deploy but it should work. > > On Mon, 1 Jun 2020 at 22:33, Alex O'Ree wrote: > > > I'm attempting to, with a release profile, build javadoc jars for

PluginManager.verifyReportPlugin NoSuchMethod

2022-11-24 Thread Alex O'Ree
Hello I was rummaging around in the maven pdf plugin internals which used to have the ability to append maven site reporting plugin content into PDFs. I noticed it was calling the following: return (PluginDescriptor) pluginManager.verifyReportPlugin( reportPlugin, project, session ); which

Re: Strange problem with maven site with snippet macro in multi module wars

2023-08-10 Thread Alex O'Ree
On Thu, Aug 10, 2023 at 8:18 PM Alex O'Ree wrote: > Ok strange problem, using maven site 3.12.0 (also tried 3.6.0) > > Project layout is like this > > /pom.xml <- root project > /src/site/testfile/file1.json <- the snippet i want > /project1 <- pom project only

Strange problem with maven site with snippet macro in multi module wars

2023-08-10 Thread Alex O'Ree
Ok strange problem, using maven site 3.12.0 (also tried 3.6.0) Project layout is like this /pom.xml <- root project /src/site/testfile/file1.json <- the snippet i want /project1 <- pom project only /project1/warmodule/pom.xml <- the project i'm generating a site for