separate your inheritance from your aggregation
On 9/2/08, Andrew Hughes <[EMAIL PROTECTED]> wrote:
> Indeed this is the case.
>
> I need to change the site so that it runs AFTER the deploy of the released
> artifacts. Perhaps this should be 'normal' behaviour for maven... do you
> want to fail a
On 02/09/2008, at 12:09 PM, Mark Derricutt wrote:
I´m looking to hook up some LDAP based integration tests to my app
and was
wondering if there were any maven plugins for Apache DS similar to
the jetty
plugin for webservers.
Just seeing if anyones done anything like this before I head down
Indeed this is the case.
I need to change the site so that it runs AFTER the deploy of the released
artifacts. Perhaps this should be 'normal' behaviour for maven... do you
want to fail a release if the site fails or not??? I guess its a sometimes
yes/no situation. Anyway, I gotta work out how to
I'm pretty sure you've found the wrong list :)
Cheers,
Brett
2008/9/2 Matthias Richter <[EMAIL PROTECTED]>
> Hi,
>
> while building the ODE trunk the HttpBindingTest fails:
>
>[junit] Testcase: testSimpleFaultCatch took 7.759 sec
>[junit] Testsuite: org.apache.ode.axis2.httpbinding.HttpBi
Thanks Martin,
I don't think that's the problem here... the problem appears to that the
site plugin can not obtain my module skin/jar from any repository. Now I
begin to make assumptions... but this would most likely happen because the
released artifacts/module/skin has not been deployed into a re
Hey all,
I´m looking to hook up some LDAP based integration tests to my app and was
wondering if there were any maven plugins for Apache DS similar to the jetty
plugin for webservers.
Just seeing if anyones done anything like this before I head down the path
of doing it myself.
--
"It is easier
from the module's perspective |-- my-module | `-- pom.xml `-- parent `--
pom.xml
The Solution
To address this directory structure (or any other directory structure), we
would have to add the element to our parent section.
com.mycompany.app
my-app
1
.../parent/pom.xml
Hi All,
I have
company/pom.xml (module = skin)
company/skin/pom.xml (parent = company)
Also, the company/src/site/site.xml (skin = comany-skin).. this is what sets
the organizational skinning of site's.
When I do a release... the company site fails to build because it can't
locate the site sk
did you look at antiJARLocking=true
http://www.jboss.org/file-access/default/members/jbossweb/freezone/docs/2.1.0/config/context.html
otherwise the classloader locks the jar and no other process can deploy on top
of itMartin__ Disclaimer and
confidenti
"Theoretically", yes. However, it could be several years before
management in companies trust Maven well enough and before the security
is shown to be sufficient to be able to implement that solution. There
of course is the licensing issue. Some software companies have valid
reasons why they don
Please ask your Nexus questions here [EMAIL PROTECTED] We're
happy to answer your questions over there.
On 1-Sep-08, at 12:29 AM, Sench wrote:
Hi,
Why nexus 1.0.0 release can't upload pom file?
Thanks,
Arsen
--
View this message in context:
http://www.nabble.com/Question-about-nexus-1.0.0-r
Many apologies!
My previous post had so many tipos I had to repost it here... Will be more
careful in the future... and type slower too! :-D
Hi again,
Following a tip from John Newman I used this Eclipse plugin...
http://andrei.gmxhome.de/filesync/
This allows us to configure an automated file c
Hi Siarhei,
Thanks for the tip. I haven't explored the WTP project before, only read
about it very briefly.
I will try this approach, even though it will surely force me to change a
bit of my deployment and modules to comply to some rules I have read on the
site.
One question though, why did it p
Hi again,
Following a tip from John Newman I used this Eclipse plugin...
http://andrei.gmxhome.de/filesync/
This allows us to configure an automaed file copy operation for specific
project folders to whateve folder we want to.
So I configured the plugin to copy the webapp folder to the exploded w
On Mon, Sep 1, 2008 at 9:10 AM, Pandit, Prashant <[EMAIL PROTECTED]> wrote:
> Our developers are in India and repository is in London.
> Yes Maven hangs on each repository it searches before it ever finds the
> artifact and starts downloading it, thus it takes hours of time to complete
> build. Bu
Our developers are in India and repository is in London.
Yes Maven hangs on each repository it searches before it ever finds the
artifact and starts downloading it, thus it takes hours of time to complete
build. But in London this is not happening, I mean everything works fine.
One more doubt, it
On Mon, Sep 1, 2008 at 8:43 AM, Pandit, Prashant <[EMAIL PROTECTED]> wrote:
> Thanks for your reply. Yes, we have number of developers accessing the
> repository and we are using Artifactory.
How far away is that Artifactory instance? I'm trying to figure out
where the delay is happening.
Are
On Mon, Sep 1, 2008 at 7:52 AM, Pandit, Prashant <[EMAIL PROTECTED]> wrote:
> We are facing issue with maven update dependency.When multiple depevlopers
> run maven ,it takes hours of time in updating dependency from artifactory
> located in remote.Is it because of network issue causing this slow
We are facing issue with maven update dependency.When multiple depevlopers run
maven ,it takes hours of time in updating dependency from artifactory located
in remote.Is it because of network issue causing this slow.I tried to change
localhost in setting.xml.
This e-mail has been scanned for vi
Hi,
while building the ODE trunk the HttpBindingTest fails:
[junit] Testcase: testSimpleFaultCatch took 7.759 sec
[junit] Testsuite: org.apache.ode.axis2.httpbinding.HttpBindingTest
[junit] at
org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:
132)
[junit]
Hi,
When making a zip assembly, I'd need to generate a file that contains a list
of the modules contained in the zip (just the modules, not the transitive
dependencies). So if my pom has:
moduleA
moduleB
I'd get a file (e.g modules.txt) in the zip that would say:
modul
One of the many things I like about Maven is that the binaries are in
repositiories and not in CVS. For normal Jars this works perfect but
DLLs and .so files are often also packed in jars and then put into the
repositories. These jars have to be unpacked before they can be used
when running the
Hi,
I am studying Maven now and I think it might be just what we need to make
our builds easier and also (more important) standardizing our projects's
structures.
See our scenario:
We have the same trunk application but with slightly different bits and
pieces which change depending on the custo
Hi,
when I run 'mvn dependency:analyze' I always get this warning:
[WARNING] Used undeclared dependencies found:
[WARNING]junit:junit:jar:3.8.1:test
I assume it is because I use TestNG and that has a transitive dependency on
JUnit. Why should I declare a direct dependency on JUnit if I don't
Hi John,
FYI, I've tried this RC with a couple of projects (including the plug-in
project) and no problems found.
Thank you very much.
Cheers,
Henrique
John Casey wrote:
Hi everyone,
Sorry if the subject of this message is a little confusing, but we're in
the process of relabeling the co
Hi,
The error is overcame. I change Java5 to Java6. The error is gone.
Jan Torben Heuer-3 wrote:
>
> thomas2004 wrote:
>
> Hi thomas2004,
>
>> I build my project with mvn eclipse:eclipse but I got error:
>>
>> Caused by: java.lang.NoClassDefFoundError:
>> javax/activation/MimeTypeParseExce
thomas2004 wrote:
Hi thomas2004,
> I build my project with mvn eclipse:eclipse but I got error:
>
> Caused by: java.lang.NoClassDefFoundError:
> javax/activation/MimeTypeParseException
>
> I've check the class "javax.activation.MimeTypeParseException.java" is in
> "activation-1.1.jar" and this
Hi David,
Have tried your menu ref="parent" but seems it have nothing to do with
the problem.
It seems only create link to parent project in the 'inherited' project.
I have also tried to add menu ref="modules" and as I said before, no
sub-module's link
is included. Moreover, my top level project
On 27-Aug-08, at 1:01 AM, Haikal Saadh wrote:
You'll have to look into mod_dav or similar for apache. That'll give
you http put.
Or, you can run something like Archiva in standalone mode, using the
embedded jetty. (That'll give you an mirror of other repos as well,
among with some other
I the past I've tried to separate the technical versions from the planning
versions. Some projects do this with code names, but we did with release
numbers. The CI system gave us build numbers, we didn't know in advance
which build would become the release, esp weeks in advance. So when people
Thanks Brett, will file an enhance request against dependency plugin
-D
On Mon, Sep 1, 2008 at 12:34 AM, Brett Porter <[EMAIL PROTECTED]> wrote:
> You can't configure an artifact repository easily from the plugin
> configuration, so the likely change is to make a feature request to have
> somethi
I build my project with mvn eclipse:eclipse but I got error:
Caused by: java.lang.NoClassDefFoundError:
javax/activation/MimeTypeParseException
I've check the class "javax.activation.MimeTypeParseException.java" is in
"activation-1.1.jar" and this jar is already in the Maven dependency in
Eclips
Sure, just add http://repo.jfrog.org/artifactory/plugins-releases-local to
your list of repositories (you can also use the virtual repo url
http://repo.jfrog.org/artifactory/repo to search in all jfrog's hosted
repositories).
Yoav
thomas2004 wrote:
>
> Hi,
>
> Surely I can download the jar fi
Hi martinh,
I do as in your link [0] tells as follow. But I even got the same error.
org.jfrog.maven.annomojo
maven-plugin-anno
1.2.4
Hi,
Surely I can download the jar file first and then install it manually. But I
don't like in such a way so much.
Can I do it automatically?
Regards
Thomas
Yoav Landman wrote:
>
> Yes, we installed a newer version of Artifactory over the weekend. Should
> be alright now and
> your artifa
You can't configure an artifact repository easily from the plugin
configuration, so the likely change is to make a feature request to have
something like:
/** @parameter */
private String alternateLocalRepository;
This would be used instead of localRepository when specified.
Cheers,
Brett
2008/9
Hi,
Why nexus 1.0.0 release can't upload pom file?
Thanks,
Arsen
--
View this message in context:
http://www.nabble.com/Question-about-nexus-1.0.0-release-tp19250066p19250066.html
Sent from the Maven - Users mailing list archive at Nabble.com.
-
37 matches
Mail list logo