Strange bug in site plugin

2007-01-16 Thread Aaron Digulla
is going on? Note: The module POMs are not children of the parent; I have POMs with settings and each project inherits from them. The POM in the parent directory of the modules is just to define the build order. Regards, -- Aaron Digulla -- View this message in context: http://www.nabble.

DSMP 1.0 - A new maven proxy

2006-12-29 Thread Aaron Digulla
Hello, I had a couple of problems with Maven's way to access the internet. For example, if I wanted to redirect maven to the closest mirror, I would have to define a whole lot of mirrors in my settings.xml. And it wouldn't always work because different projects use different IDs. Then, there are

Re: Sharing properties between maven and ant

2006-12-22 Thread Aaron Digulla
Aaron Digulla wrote: > > What is the most simple way to define a property once which can be seen > both my maven (for example, used in pom.xml) and ant? > >From the silence, I deduct this is in fact impossible. Regards, -- Aaron Digulla -- View this message in

Re: Archiva: 507 Insufficient Storage

2006-12-08 Thread Aaron . Digulla
works most of the time. :-/ Regards, -- Aaron Digulla

Re: Debugging NoClassDefFoundError

2006-12-07 Thread Aaron Digulla
Hello, I've found the bug in the maven source and filed a patch in JIRA (http://jira.codehaus.org/browse/MNG-2690 and http://jira.codehaus.org/browse/MNG-2691). Regards, -- Aaron Digulla -- View this message in context: http://www.nabble.com/Debugging-NoClassDefFoundError-tf277432

Re: maven2 release and profiles

2006-12-07 Thread Aaron Digulla
pecifying a special settings file on the command line with -s Regards, -- Aaron Digulla -- View this message in context: http://www.nabble.com/maven2-release-and-profiles-tf2772233s177.html#a7739470 Sent from the Maven - Users mailing list archive at Nabble.com.

Debugging NoClassDefFoundError

2006-12-07 Thread Aaron Digulla
Manager.verifyPlugin(DefaultPluginManager.java:163) I'd like to open a JIRA but without further details, I guess you'll have to close it with "Cannot Reproduce". Regards, -- Aaron Digulla -- View this message in context: http://www.nabble.com/Debugging-NoClassDefFoundError-tf2774329s177.html#a773

Sharing properties between maven and ant

2006-12-07 Thread Aaron Digulla
the version in the ANT build.xml, so I can run mvn three times. Regards, -- Aaron Digulla -- View this message in context: http://www.nabble.com/Sharing-properties-between-maven-and-ant-tf2774308s177.html#a7738926 Sent from the Maven - Users mailing list archiv

Re: Firewall/proxy issues

2006-12-07 Thread Aaron Digulla
Regards, -- Aaron Digulla -- View this message in context: http://www.nabble.com/Firewall-proxy-issues-tf2771836s177.html#a7738866 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

NullPointerException while building archiva-webapp

2006-12-07 Thread Aaron . Digulla
at org.apache.maven.plugin.DefaultPluginManager.addPlugin(DefaultPluginManager.java:292) at org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(DefaultPluginManager.java:198) at org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java:163) Regards, -- Aaron Digulla

Antwort: Re: Archiva: 507 Insufficient Storage

2006-12-07 Thread Aaron . Digulla
Hello, > Just a question: Which version of wagon-webdav do you use for the upload? Anyone? Regards, Mit freundlichen GrĂ¼ssen, -- Aaron Digulla

RE: 504 in maven, works everywhere else

2006-12-07 Thread Aaron . Digulla
one to be able to see the new version" or "Nah, drop it". I was thinking if you might want to include this in Archiva. The proxy runs independent of any container, though. Since it can create an arbitrary amount of threads, starting it from tomcat or jetty might not be that smart. -- Aaron Digulla

RE: Proxy settings

2006-12-05 Thread Aaron . Digulla
n Archiva, I have to specify exactly which URL should be mirrored (additionally to the mirrors in settings.xml). Does it work with Proxmitiy? Or maven-proxy? Regards, -- Aaron Digulla

504 in maven, works everywhere else

2006-12-05 Thread Aaron . Digulla
apshot* repository! For a RELEASE! What's wrong with this crap :-(((( Regards, -- Aaron Digulla

RE: Proxy settings

2006-12-04 Thread Aaron . Digulla
e should be a reliable, understandable, simple way to make my build work again (and that of my 15 colleagues who depend on my work on the proxy). Regards, -- Aaron Digulla

Antwort: RE: Antwort: RE: Proxy settings

2006-12-04 Thread Aaron . Digulla
m (for all downloads which I needed to fix) - Lock down file (so Archiva will not try to download it again even if the remote site says "but I have new version" or the user says "get the newest, hottest snapshots!"). I can live without the last two but the first one is a must, IMHO. Regards, -- Aaron Digulla

Antwort: RE: Proxy settings

2006-12-04 Thread Aaron . Digulla
th this solution, I could use the Maven proxy settings (instead of the broken mirror stuff) to download artefacts for my development team *once*. Regards, -- Aaron Digulla "Mohni, Daniel" <[EMAIL PROTECTED]> schrieb am 04.12.2006 11:31:28: > Hello Aaron > > thi

Proxy settings

2006-12-04 Thread Aaron . Digulla
tages wouldn't affect us anymore. Also, we could fix broken packages locally. Ideally, there should be two caches: One with stable version for development and one which can update itself with the current versions from the internet. Is this possible? Regards, -- Aaron Digulla

Re: FindBugs and Out of Memory

2006-12-04 Thread Aaron Digulla
gbois wrote: > > I have add this line, in the 'mvn.bat" file of the maven 2 installation > directory : > set MAVEN_OPTS = %MAVEN_OPTS% -Xmx1024M > but no change. > This just gives maven itself more memory. Some of the plugins fork a sub-process (another Java VM) which means changes to the mav

Re: How to disable a goal

2006-12-04 Thread Aaron Digulla
MartinAhrer wrote: > > I have a parent POM using the element for configuring > plugins for sub modules. The plugin configuration contains instructions > for which goals to execute. > Maven doesn't support to remove elements from parent POMs, you can only extend it in sub-modules. Therefore,

Re: Putting resources to somewhere else

2006-12-04 Thread Aaron Digulla
Wendy Smoak-3 wrote: > > You can use in the > pom to identify things to copy into the jar. > Is there a simple way to have the resources next to the Java classes (ie. in src/main/java)? When developing with Hibernate, it's tedious to switch back and forth between the directories. I've checked

Re: Archiva: 507 Insufficient Storage

2006-11-30 Thread Aaron . Digulla
Hello, Just a question: Which version of wagon-webdav do you use for the upload? Regards, -- Aaron Digulla [EMAIL PROTECTED] schrieb am 29.11.2006 14:24:44: > >> Every now and then, I get the error " 507 Insufficient Storage" > >> during mvn > >> deploy.

Re: Archiva: 507 Insufficient Storage

2006-11-29 Thread Aaron . Digulla
ying >> metadata: Failed to transfer file: >> http://.../archiva/repository/.../statcvs/maven-statcvs-plugin/ >> maven-metadata.xml. >> Return code is: 507 Insufficient Storage Regards, -- Aaron Digulla

Deploying several third party JARs to with one pom

2006-11-29 Thread Aaron . Digulla
Hello, I have a fairly complex set of JARs (three) which belong together. I know how to deploy them to my site repository with a module project (one pom per JAR) but I was wondering if I could get away with just one pom.xml? Regards, -- Aaron Digulla