Strange bug in site plugin

2007-01-16 Thread Aaron Digulla
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.com/Strange-bug-in-site-plugin

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

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 context: http://www.nabble.com

Antwort: Re: Archiva almost works

2006-12-21 Thread Aaron . Digulla
clean the code and put it online next week. Maybe it can be merged with Archiva but it works perfectly alongside with it. Regards, -- Aaron Digulla

Re: Archiva: 507 Insufficient Storage

2006-12-08 Thread Aaron . Digulla
, -- Aaron Digulla

RE: 504 in maven, works everywhere else

2006-12-07 Thread Aaron . Digulla
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

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

NullPointerException while building archiva-webapp

2006-12-07 Thread Aaron . Digulla
(DefaultPluginManager.java:163) Regards, -- Aaron Digulla

Re: Firewall/proxy issues

2006-12-07 Thread Aaron Digulla
, -- 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 PROTECTED

Sharing properties between maven and ant

2006-12-07 Thread Aaron Digulla
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 archive at Nabble.com

Debugging NoClassDefFoundError

2006-12-07 Thread Aaron Digulla
(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#a7739001 Sent from the Maven - Users

Re: maven2 release and profiles

2006-12-07 Thread Aaron Digulla
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. - To unsubscribe, e-mail

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-tf2774329s177

Antwort: RE: Antwort: RE: Antwort: RE: Proxy settings

2006-12-05 Thread Aaron . Digulla
didn't find anyhing in the documentation, but maybe there is a hidden option ;-) checkout http://maven.apache.org/settings.html The setting is called proxy. This allows to inject a proxy server which could filter all HTTP requests sent out by maven. Regards, -- Aaron Digulla

504 in maven, works everywhere else

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

RE: Proxy settings

2006-12-05 Thread Aaron . Digulla
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

Re: Putting resources to somewhere else

2006-12-04 Thread Aaron Digulla
Wendy Smoak-3 wrote: You can use resources 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

Re: How to disable a goal

2006-12-04 Thread Aaron Digulla
MartinAhrer wrote: I have a parent POM using the pluginManagement 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.

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 maven

Proxy settings

2006-12-04 Thread Aaron . Digulla
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

Antwort: RE: Proxy settings

2006-12-04 Thread Aaron . Digulla
, 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 this can be done setting the mirror in settings.xml

Antwort: RE: Antwort: RE: Proxy settings

2006-12-04 Thread Aaron . Digulla
) - 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

RE: Proxy settings

2006-12-04 Thread Aaron . Digulla
, 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

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. Is this a known error? I'd like to debug

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

Re: Archiva: 507 Insufficient Storage

2006-11-29 Thread Aaron . Digulla
] -- -- [INFO] Error installing artifact's metadata: Error while deploying metadata: Failed to transfer file: http://.../archiva/repository/.../statcvs/maven-statcvs-plugin/ maven-metadata.xml. Return code is: 507 Insufficient Storage Regards, -- Aaron Digulla