Re: [LOGO] site with Fluido skin and owl logo

2014-11-26 Thread Raphael Ackermann
Probably few if any will visit it to download maven on their phone. But a lot of people are reading this on their phones or tablets. And if there's a link in an email I am not going to fetch my laptop to visit it. Raphael On Wed, Nov 26, 2014, 20:33 Barrie Treloar wrote: On 26 November 2014 at

Re: [VOTE] Change project logo and adopt owl as mascot

2014-11-25 Thread Raphael Ackermann
+1 On Tue Nov 25 2014 at 11:57:49 AM Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > +1 > > On 25 November 2014 at 10:57, Stephen Connolly < > stephen.alan.conno...@gmail.com> wrote: > > > For anyone who has been living under a rock, here is the background > > > > Background > >

New Site plugin configuration fails if example config from wiki is used?

2010-09-03 Thread Raphael Ackermann
Using maven 3.0-beta-3 and the maven-site-plugin 3.0-beta-2-SNAPSHOT and specifying the reportPlugins configuration as shown on https://cwiki.apache.org/MAVEN/maven-3x-and-site-plugin.html I get the following error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.0-bet

Re: [WARNING] Deprecated API called - not org.apache.maven.doxia.sink.Sink instance and no SinkFactory available

2010-05-21 Thread Raphael Ackermann
thanks On Fri, May 21, 2010 at 11:56, Lukas Theussl wrote: > > Yes, it can be ignored AFAICT. I have opened a JIRA though: > http://jira.codehaus.org/browse/MPIR-194 > > Cheers, > -Lukas > > > Raphael Ackermann wrote: >> >> I am using project-info-report

Re: [WARNING] Deprecated API called - not org.apache.maven.doxia.sink.Sink instance and no SinkFactory available

2010-05-21 Thread Raphael Ackermann
reports plugin. Which version do you use? (If you upgrade to > latest 2.2, you also need site-plugin 2.1). Otherwise you can ignore the > warning. > > HTH, > -Lukas > > > Raphael Ackermann wrote: >> >> When running mvn clean install site on our own maven plug

[WARNING] Deprecated API called - not org.apache.maven.doxia.sink.Sink instance and no SinkFactory available

2010-05-21 Thread Raphael Ackermann
When running mvn clean install site on our own maven plugins I get the following warnings [INFO] Preparing javadoc:javadoc [INFO] [enforcer:enforce {execution: enforce}] [INFO] [enforcer:enforce {execution: enforce-plugin-versions}] [INFO] [enforcer:enforce {execution: enforce-no-snapshots}] [INF

Re: junit 4.8.1 - org.junit cannot be resolved

2010-04-28 Thread Raphael Ackermann
But it is available in central. http://repository.sonatype.org/index.html#nexus-search;gav~~junit~4.8.1~~ we have been using it for at least a week now. Raphael On Wed, Apr 28, 2010 at 09:59, Dirk Olmes wrote: > On 04/28/2010 08:46 AM, ykyuen wrote: >> >> i try to use junit 4.8.1 in my maven p

Re: [ANN] New repository search site - srchmvn.com

2010-04-22 Thread Raphael Ackermann
other cool search enhancements) >>>  >> >>>  >> On Fri, Apr 9, 2010 at 2:05 PM, Frederic Camblor >>> wrote: >>>  >>> +1 with Raphael >>>  >>> >>>  >>> I tried 1-2 searches this day ... and went back on mv

Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-20 Thread Raphael Ackermann
I get the same/similar checksum errors with nexus 1.6. I deleted the plexus-compiler artefacts both from my local and the nexus repository but got the same error still. Raphael On Tue, Apr 20, 2010 at 21:09, John Singleton wrote: > I tried to upgrade to this version of the plugin, but am getting

Unknown archiver type exception when a directory has a . dot in its name.

2010-04-16 Thread Raphael Ackermann
with maven 3.0-alpha-07 when running mvn -e org.apache.maven.plugins:maven-dependency-plugin:2.1:analyze fails in a multimodule project if the directory where the projects are in (my eclipse workspace) has a dot in its name. like 3.5workspace stacktrace see [1] If I change the workspace name t

having release plugin dependency makes install cp file.jar -- >file.war for project with war packaging

2010-04-16 Thread Raphael Ackermann
In a project with war packaging when I add a dependency to the release plugin maven-release-plugin clean install I get the following output: INFO] --- maven-install-plugin:2.3:install (default-install) @ webapp-os --- INFO] Ins

Re: release:prepare ignores configuration in child of multi module project

2010-04-15 Thread Raphael Ackermann
can't customize in a submodule.   I'm sure, > with some effort you might be able to hack something into the > ReleasePhase logic, but there's no point.   Just configure the root > project with "clean install". > > Tim > > On Thu, Apr 15, 2010

release:prepare ignores configuration in child of multi module project

2010-04-15 Thread Raphael Ackermann
if I have a project structure like below: project-root + --- project-a + --- project-b + --- project-c and in project-root I have maven-release-plugin and in project-b I have maven-release-plugin clean install when I run mvn rel

Re: [ANN] New repository search site - srchmvn.com

2010-04-09 Thread Raphael Ackermann
I like the sonatype one as well. But if you search for struts there, the only thing you get is: Too many results, please refine the search. Nexus could instead return newest result, possibly saying, click for more or something. So unless you roughly know what version of struts you want you won't ge

Re: maven-javadoc-plugin question

2010-04-05 Thread Raphael Ackermann
I guess you are not specifying the reports it should run. By default it also runs the aggregate goal which will loop over all the modules. See [1] for info how to only run selected reports. e.g. only use default ...

Re: Finding out what the reactor is thinking

2010-04-02 Thread Raphael Ackermann
we had a similar issue with the javadoc reporting plugin when running mvn site. it would loop over all the modules repeatedly because it runs the aggregate javadoc goal by default. It didn't actually rebuild artefacts twice but it certainly made it look like that. Maybe you can post some of your ou

Re: Tracking a logging/dependency problem

2010-03-29 Thread Raphael Ackermann
You can do a classname search on http://repository.sonatype.org/ if you click on the advanced search button. then you'll see that e.g. commons-collections contains the class LinkedMap if you are using for that class. Raphael On Mon, Mar 29, 2010 at 20:27, Jim Collings wrote: > Well, what I'm r

Re: mvn site runs tests twice

2010-03-27 Thread Raphael Ackermann
http://mojo.codehaus.org/cobertura-maven-plugin/cobertura-mojo.html says: Invokes the execution of the lifecycle phase test prior to executing itself. Raphael On Sat, Mar 27, 2010 at 06:09, Pepe Perez wrote: > Hello, > > I noticed that mvn site runs tests twice. Is this expected behavior?. mvn