Good observation, but that's not it. I had to edit the profile.xml pasted
here to make it easier to follow.
Besides, 'mvn validate' would have caught that. Any other ideas?
--
View this message in context:
http://n2.nabble.com/Explicit-Profile-Activation-doesn%27t-work-for-me-tp834749p835628.
That is not the central repository just for clarification.
http://repo1.maven.org/maven2/
On 2-Sep-08, at 5:54 PM, Michael McCallum wrote:
many of the felix jars are in the central repo which one are you
missing?
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/felix/
On Wed, 03 Se
many of the felix jars are in the central repo which one are you missing?
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/felix/
On Wed, 03 Sep 2008 12:46:51 Michael McGrady wrote:
> I should have noted that the dependency I am interested in is not in
> the Maven repository. I am intere
short answer is don't, define the dependencies that you need and let maven
figure out the jars...
http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html
you may need to install the relevant jars into a local repository
On Wed, 03 Sep 2008 11:57:17 Michael McGrady
I should have noted that the dependency I am interested in is not in
the Maven repository. I am interested in using the Felix
implementation of OSGi. Thanks, again.
Mike
On Sep 2, 2008, at 4:57 PM, Michael McGrady wrote:
How do I configure the pom.xml to pickup jar files in the lib and
How do I configure the pom.xml to pickup jar files in the lib and
devlib directories?
Michael McGrady
Senior Engineer
Topia Technology, Inc.
[EMAIL PROTECTED]
1 (253) 720-3365
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Yeah, I see that... I actually edited my post. The groupIds are the same...
for the post - I attempted to replace my domain with "mycompany" and pasted
over the word "legacy" instead. Oops. Anyway, the groupIds are in fact the
same. Sorry for the confusion.
Please let me know if you have further
needs an end tag of
Martin
__
Disclaimer and confidentiality note
Everything in this e-mail and any attachments relates to the official business
of Sender. This transmission is of a confidential nature and Sender does not
endorse distribution to
I am using the following plugin:
org.apache.servicemix.tooling
jbi-maven-plugin
true
I am wondering if this plugin, or another one will automatically add my
into
*... ... go here...*
in my xbean.xml so I do not have to
You do see the differences, right?
> {groupId=com.stubhub.mycompany.globalLib, artifactId=saxon-xpath, version=8,
> {groupId=com.mycompany.legacy.globalLib, artifactId=saxon-xpath, version=8,
com.stubhub...
vs
...legacy.globalLib
Don't ask me what is going on -- I have no idea. But this is certai
Hi!
It seems that the profile activation isn't working for me, even though I
explicitly tell Maven to activate it with the -P option.
Background:
I have an external profile file (profiles.xml) that has some properties in
each profile section:
prof1
X
prof2
After installing 3rd party dependencies in Nexus and then building a war, the
first time the build runs the dependencies are downloaded fine from Nexus,
the second time I get a INFO message for every one of the dependencies I
added:
[INFO] Dependency[Dependency
{groupId=com.stubhub.mycompany.glo
I think I know the reason...
Not Maven or Eclipse related!
My other projects were AspectJ ones. They have many aspects and these
classes are not hot replaced. I guess this is a limitation/feature of
AspectJ. :-(
On Tue, Sep 2, 2008 at 2:50 PM, Pedro Viegas <[EMAIL PROTECTED]> wrote:
> Martin... T
On Mon, Sep 1, 2008 at 9:26 AM, jfbaro <[EMAIL PROTECTED]> wrote:
> 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 wi
2008/9/2 Geoffrey Wiseman <[EMAIL PROTECTED]>:
> On Tue, Sep 2, 2008 at 10:42 AM, Mark Hobson <[EMAIL PROTECTED]> wrote:
>
>> ** Improvement
>>* [MSHARED-5] - Track selectVersionFromRange event in dependency tree
>> nodes
>
> Is this an entirely internal capaibility, or does it result in some
>
On Tue, Sep 2, 2008 at 11:18 AM, Geoffrey Wiseman <
[EMAIL PROTECTED]> wrote:
> On Tue, Sep 2, 2008 at 10:42 AM, Mark Hobson <[EMAIL PROTECTED]> wrote:
>
>> ** Improvement
>>* [MSHARED-5] - Track selectVersionFromRange event in dependency tree
>> nodes
>>
>
> Is this an entirely internal capai
http://mojo.codehaus.org/maven-native/native-maven-plugin/
On Tue, Sep 2, 2008 at 3:26 AM, Laura Lozano <[EMAIL PROTECTED]> wrote:
> hello,
>
> I'm trying to use the maven native plugin in order to compile a c++ project
> with maven.
> In the pom.xml I have added the next entry to obtain the plugi
On Tue, Sep 2, 2008 at 10:42 AM, Mark Hobson <[EMAIL PROTECTED]> wrote:
> ** Improvement
>* [MSHARED-5] - Track selectVersionFromRange event in dependency tree
> nodes
>
Is this an entirely internal capaibility, or does it result in some
end-user-visible enhancement that I'm not currently und
The Maven team is pleased to announce the release of Maven Dependency
Tree, version 1.2
This component constructs a tree model of a Maven project's dependencies.
http://maven.apache.org/shared/maven-dependency-tree/
You should specify the version in your project's plugin configuration:
org.ap
I'm interested in particulary to new future MRELEASE-321,
but the real problem (for me) is that I must apply my patch (MRELEASE-323
not and I think will never be fixed) to a stable version and not to a
snapshot version to use maven-release-plugin in my factory.
Bye
Wendy Smoak-3 wrote:
>
On Tue, Sep 2, 2008 at 6:12 AM, Zucchi Alessandro
<[EMAIL PROTECTED]> wrote:
> Someone know when the 2.0-beta-8 of maven release plugin will be released ?
> Regards
Is there a particular issue you're interested in?
Release is on the top of the list of plugins with bugs that are
already fixed, h
Sorry not for me.
There is only 26 hours per day :-)
2008/9/2 Zucchi Alessandro <[EMAIL PROTECTED]>:
>
> Not possbile at the begin of September?
> Bye
>
>
>
> Olivier Lamy wrote:
>>
>> Hi,
>> Personnaly, I have planned to do it near end of September.
>>
>> --
>> Olivier
>>
>> 2008/9/2 Zucchi Aless
Martin... THANKS!
I tried the antiJARLocking=true like you said and the inner modules began to
work.
I now have all classes hot-code replacing fine, as long as they are of the
same eclipse project (in it's build path).
Only one little detail is missing, and it would be very handy.
Dependent proje
Not possbile at the begin of September?
Bye
Olivier Lamy wrote:
>
> Hi,
> Personnaly, I have planned to do it near end of September.
>
> --
> Olivier
>
> 2008/9/2 Zucchi Alessandro <[EMAIL PROTECTED]>:
>>
>> Someone know when the 2.0-beta-8 of maven release plugin will be
>> released ?
>> R
+1
The list of open Jiras is long, so we should start working on this asap.
LieGrü,
strub
--- Olivier Lamy <[EMAIL PROTECTED]> schrieb am Di, 2.9.2008:
> Von: Olivier Lamy <[EMAIL PROTECTED]>
> Betreff: Re: Maven release plugin
> An: "Maven Users List"
> Datum: Dienstag, 2. September 2008, 15
Hi,
Personnaly, I have planned to do it near end of September.
--
Olivier
2008/9/2 Zucchi Alessandro <[EMAIL PROTECTED]>:
>
> Someone know when the 2.0-beta-8 of maven release plugin will be released ?
> Regards
> Alex.
> --
> View this message in context:
> http://www.nabble.com/Maven-release-
Someone know when the 2.0-beta-8 of maven release plugin will be released ?
Regards
Alex.
--
View this message in context:
http://www.nabble.com/Maven-release-plugin-tp19269992p19269992.html
Sent from the Maven - Users mailing list archive at Nabble.com.
--
The following text is copied from:
http://maven.apache.org/general.html#importing-jars
If you understand the layout of the maven repository, you can copy the
jar directly into where it is meant to go. Maven will find this file
next time it is run.
If you are not confident about the layout of the
hello,
I'm trying to use the maven native plugin in order to compile a c++ project
with maven.
In the pom.xml I have added the next entry to obtain the plugin:
maven
maven-native-plugin
1.1
The plugin is correctly downloaded, but when I try to execute the install
g
I am trying to download Maven plugins manually and need some help.
Reason for doing this is because I am behind a very tight company firewall
where downloads are highly controlled. Maven auto download of plugins is not
possible.
I have found some of the documents on setting up local repositorie
30 matches
Mail list logo