I'm quite amazed that this long-standing
bug with the javadoc plugin hasn't been addressed sooner. I know
it's been fixed but is there a problem with actually releasing the fixed
javadoc plugin? It's quite embarrassing giving demos of maven 2 and
having to constantly explain that "this blank pa
To use a custom plugin, you need to use a custom packaging element.
Take a look at the lifecycle guide on the web site (there was a thread
on this list very recently about it too).
However, I'm curious what your use case is for duplicating classes
across multiple jars. Why is this required? It may
The plugin will always be activated, but that's not an issue - it will
only do something if the packaging is set, or there is an executions
element given. So this is the correct approach.
There is not much details I can provide on components.xml other than
the examples given. It is actually a very
that's the case - there is an open jira for this.
On 11/11/05, Oscar Picasso <[EMAIL PROTECTED]> wrote:
> Hi,
>
> With maven 2.0 there is a problem when build a site for a multi-modules
> project.
>
> The individual modules sites are properly build but not the links between the
> root project and
The fix will occur when the next javadoc plugin release is made. It
isn't currently scheduled.
I'm not sure if the checkstyle plugin is correctly linking them - you
might need to file a bug.
- Brett
On 11/11/05, Rik Bosman <[EMAIL PROTECTED]> wrote:
> Brett,
> The plugin is working, the sources
http://www.ibiblio.org/maven2/org/apache/maven/archetypes/
On 11/11/05, Michael McCrann <[EMAIL PROTECTED]> wrote:
> Is there a standard set of archetypes that come with Maven2? If so, what
> are they?
>
> Michael
>
>
> NOTICE
> This e-mail and any attachments are confidential and may contain copy
I'm biased, but I can't see how this is a Maven problem - it is just
doing normal HTTP requests.
- Brett
On 11/11/05, Michael Owen <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm using Maven 1.1 beta 2, and have a custom global repository on Tomcat
> 5.5.4. For Tomcat to publish the global repository fi
Hi there,
The deploy stage of the maven build life cycle is focused on the
delivery of the artifact into a
repository for other users, so in one sense you are going in the right
direction. The maven-release plugin is focused on the preparation and
the creation/delivery of a more offical release o
Is there a standard set of archetypes that come with Maven2? If so, what
are they?
Michael
NOTICE
This e-mail and any attachments are confidential and may contain copyright
material of Macquarie Bank or third parties. If you are not the intended
recipient of this email you should not read, pri
want me to make a java2wsdl plugin? never used it but it probably isn't
different from the wsdl2java one..
perhaps it would even be better to make an axis-maven-plugin that has
multiple goals, one for each of these types of tools...
I'll look into it if you like.
jesse
On 11/10/05, Christoph Sc
I have a common jar artifact that I have built and now want to deploy
to my company's remote repository, so I tried :-
mvn deploy
and saw that I needed to add :-
remote_repository
remote_repository Repository
file url must be have 3 '/' after ':' so you should use
file:///local/maven/...
If you define a string between the second and the third slash, and this string is the name
of a network machine, it will be use as a machine name like this :
file://localhost/rep1/rep2
Emmanuel
Emmanuel
Olivier L
ok, I saw you closed the issue, thanks a million.
By the way, if you need a testuser for ClearCase support, I'm very willing.
Can you tell me what should work and what not?
regards,
Wim
2005/11/10, Emmanuel Venisse <[EMAIL PROTECTED]>:
>
> You'll can use module with ../ in continuum 1.0.1, but
On Thu, 2005-11-10 at 12:40 -0800, dan tran wrote:
> looks like we need to checking add source plugin into mojo so every one can
> reuse.
> -D
Good idea.
http://jira.codehaus.org/browse/MNG-1505
> On 11/10/05, Jason van Zyl <[EMAIL PROTECTED]> wrote:
> >
> > On Thu, 2005-11-10 at 15:19 +,
Found the answer and posting for the archives:
${bla}
And
${bla}
-Original Message-
From: Brian E. Fox [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 10, 2005 11:52 AM
To: Maven Users List
Subject: local.repository
I need to access the local repository property in an antrun task.
I want to share my solution for the Axis/Maven 2.0 integration. I was
able to get both, java2wsdl and wsdl2java, running, using the Ant trick
for java2wsdl.
I was wrong with the point about the build life cycle. WSDL creation
fits very well into it!
As long as there is no maven plug-in for java2w
Hi,
I have setted the following values :
WebReports
file://local/maven/Reports/Accommons-tools
mvn site:site site:deploy
The deployement try to put all files in /maven/Reports/Accommons-tools.
I need to specify file://local/local/maven/Reports/Accommons-tools
- Olivier
This e-mail, any attac
I installed tools-1.4.jar manually already, so I don't know exacly
what artifact use this dependency.
But I have the same problem again with another artifact, with "p6spy"
(http://www.ibiblio.org/maven2/p6spy/p6spy/1.3/p6spy-1.3.pom). It
needs a several dependencies, one of them is
"oracle:classes
looks like we need to checking add source plugin into mojo so every one can
reuse.
-D
On 11/10/05, Jason van Zyl <[EMAIL PROTECTED]> wrote:
>
> On Thu, 2005-11-10 at 15:19 +, Pilgrim, Peter wrote:
> > +1 I'd be interested in this too!
>
> Does this help?
>
>
> http://maven.apache.org/guides/
Brett,
The plugin is working, the sources were generated.
But still no links in the generated checkstyle report. Any suggestions?
Another question: I read about the problem with the empty javadoc "
index.html".
The solution would be in maven 2.0.1. for what date is this release planned?
--rik
run mvn with -X parameter for find which artifact use this dependency or search it in your
local repo.
Emmanuel
Igor Bljahhin a écrit :
Hi!
I got same problem. My project uses JDK 5.0, so I don't have Java 1.4
on my computer at all. Recently, I added three libraries from Spring
framework (cor
I believe it's specified by the siteDirectory property for the
maven-site-plugin plugin.
-Original Message-
From: Alexandre Bairos [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 10, 2005 12:46 PM
To: users@maven.apache.org
Subject: [m2]Site directory
Is there an available configura
Is there an available configuration for the site source directory?
Documented are:
thanks,
Alexandre Bairos
Hi!
I got same problem. My project uses JDK 5.0, so I don't have Java 1.4
on my computer at all. Recently, I added three libraries from Spring
framework (core, context and beans) and now Maven tries to download
tools-1.4.jar from the central repository. I think it is weird.
Igor
2005/11/7, el wa
http://jira.codehaus.org/browse/MNG-1502
please add an information if i missed something.
ciao!
On 11/10/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
> Jason,
>
> Can we write an entry in FAQ for this problem?
> I know brett opened an issue for message reporting
> (http://jira.codehaus.org/b
I observed two problems with war:inplace and eclipse in a multi-project,
that lead
a) to concurrent jar versions in the .deployables webapp context.
b) to webapp folders in projects that are no webapps at all
a) I always run eclipse:eclipse from the top level, so the dependencies
are added as proj
I am also dealing with this right now. As far as my research led me,
there seems to be only the wsdl2java-maven-plugin. There is no official
release of it but you can download the plug-in and build it yourself
from http://svn.mojo.codehaus.org/trunk/mojo/wsdl2java-maven-plugin/
You need to rename
Hi,
mvn eclipse:eclipse always killed my servlet container configuration in
Eclipse, now I know why.
For wtp you must set the following plugin configurations:
org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache
Tomcat v5.0
org.eclipse.jst.j2ee.internal.
But that is not the "completely arbitrary" you described earlier. I
think that "completely arbitrary" and "not correct" are very different
things.
-Original Message-
From: David Jackman [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 10, 2005 13:30
To: Maven Users List
Subject: RE: [m
I didn't miss that. The problem is that the natural ordering of the
keys is not the correct order. The current ordering will be
alphabetically by plugin groupId and artifactId. What it should be is
the ordering as listed in the parent POM followed by the ordering as
listed in the project POM (wi
Hey all,
is there a documentation how to use axis, wsdl2java and java2wsdl with maven2?
Fredy
Informieren Sie sich jetzt über die faszinierenden Möglichkeiten des digitalen
Fernsehens und über Kabel Digital HOME - auf dem Kabel Deutschland Infokanal.
Der Kabel Deutschland Infokanal ist neu i
OK, great. I thought they were the same, yet perhaps you had some other
intention I did not understand!
Yes, getting the POM annotations clear and detailed is an excellent goal and big
benefit for all users!
Quoting Anuerin Diaz <[EMAIL PROTECTED]>:
> I must have missed it while I was searchin
I must have missed it while I was searching JIRA. I posted that JIRA
ticket when I was leaving the office. I should have searched more
closely.
Ill put a comment to re-direct to your ticket. I just hope others vote
so we can get a more comprehensive documentation.
ciao!
On 11/10/05, Jeff Jensen
On Thu, 2005-11-10 at 15:19 +, Pilgrim, Peter wrote:
> +1 I'd be interested in this too!
Does this help?
http://maven.apache.org/guides/mini/guide-generating-sources.html
> --
> Peter Pilgrim :: J2EE Software Development
> Operations/IT - Credit Suisse First Boston,
> Floor 15, 5 Canada S
Since you missed this in the SortedMap definition (which TreeMap
implements):
"A map that further guarantees that it will be in ascending key order,
sorted according to the natural ordering of its keys (see the Comparable
interface), or by a comparator provided at sorted map creation time.
This or
Jason,
Can we write an entry in FAQ for this problem?
I know brett opened an issue for message reporting
(http://jira.codehaus.org/browse/MNG-1489), but a faq can be useful for user.
Emmanuel
[EMAIL PROTECTED] a écrit :
Great!!!
The Proxy was the problem, now it works.
Thanks...
-Urs
Great!!!
The Proxy was the problem, now it works.
Thanks...
-Ursprüngliche Nachricht-
Von: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 10. November 2005 18:07
An: Maven Users List
Betreff: Re: AW: The plugin
'org.apache.maven.plugins:maven-archetype-plugin' does not
Actually, it appears even the docs aren't correct. I moved the javadoc
plugin to the parent and left my plugin in the subproject, and it still
doesn't work. It only works if nothing is in the parent and both
plugins are listed (with the javadoc plugin first) in the subproject
POM.
Upon closer in
I am trying to setup an environment where I can debug plugins that I
write using eclipse.
My first step of course, is to be able to kick off maven2 from within
eclipse. I setup a debug configuration which executes the main class:
org.codehaus.classworlds.Launcher
And added the following vm argu
How is this different from
http://jira.codehaus.org/browse/MNG-1479
Quoting Anuerin Diaz <[EMAIL PROTECTED]>:
> hi guys,
>
>since most of the features/enhancements are being prioritized
> depending on the number of votes, i created the ticket below for a
> more detailed guide on the pom.xml
Hi,
With maven 2.0 there is a problem when build a site for a multi-modules
project.
The individual modules sites are properly build but not the links between the
root project and its modules (see
http://www.mail-archive.com/users@maven.apache.org/msg21517.html).
Today I have installed 2.0.1-SNA
Yann Le Du a écrit :
just a directory or a complete (relative) path
OK, so "just a directory" then.
Maybe a complete relative path is working, but I never tried it.
yes, it work.
../mydirectory
Emmanuel
Yann
--- Jörg Schaible <[EMAIL PROTECTED]> a écrit :
Yann Le Du wrote on Th
Are you behind a proxy?
There was an error during the download of this plugin.
Remove directory $local_repo/org/apache/maven/plugins/maven-archetype-plugin
and retry
Emmanuel
[EMAIL PROTECTED] a écrit :
Hey,
that will be my next problem. But my actuall problem is, the task, witch should creat
hmm, do you have try to force a build before the full checkout of files?
Delete your projects and readd them.
Emmanuel
Wim Deblauwe a écrit :
Hmmm... not so fine. The builds starts but then I see a problem in the log
file:
jvm 1 | 2005-11-10 17:21:45,984 [Thread-2] WARN SQL - Object with id "
no, we won't support multiproject in upload method. I'll explain why in my
previous mail
Emmanuel
Wim Deblauwe a écrit :
ok, that works. Should I file a bug that it does not work with the file
upload or is there already a bug for that?
regards,
Wim
2005/11/10, Emmanuel Venisse <[EMAIL PROTE
+1 me too
-Original Message-
From: Pilgrim, Peter [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 10, 2005 10:20 AM
To: 'Maven Users List'
Subject: RE: Multiple source directories (again)
+1 I'd be interested in this too!
--
Peter Pilgrim :: J2EE Software Development Operations/IT
I need to access the local repository property in an antrun task. I've
tried various combinations but can't get it. Does someone know what the
property is? I actually need the test classpath but can't figure that
out either, does anyone know how to get that property?
Thanks,
Brian
Hey,
that will be my next problem. But my actuall problem is, the task, witch should
create my base App (the pom.xml!?) doesn't work.
And another Problem is that the msg: "The plugin
'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid
version could be found" is not rea
> just a directory or a complete (relative) path
OK, so "just a directory" then.
Maybe a complete relative path is working, but I never tried it.
Yann
--- Jörg Schaible <[EMAIL PROTECTED]> a écrit :
> Yann Le Du wrote on Thursday, November 10, 2005 4:23 PM:
>
> > Hi Jörg,
> >
> > For what I k
John Casey wrote on Thursday, November 10, 2005 5:24 PM:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
>
> Jörg Schaible wrote:
>
>
>
>>
>> Thanks. So there's no possibility to include modules with poms with
>> other names ... ?
>
> Not currently. If you need it, submit your use c
According to the docs
(http://maven.apache.org/guides/introduction/introduction-to-the-lifecyc
le.html):
" When multiple executions are given that match a particular phase, they
are executed in the order specified in the POM, with inherited
executions running first."
This much seems to be true.
hi guys,
since most of the features/enhancements are being prioritized
depending on the number of votes, i created the ticket below for a
more detailed guide on the pom.xml file. the multi-project guide
which is supposedly one of the most 'popular' requests only has 13
votes. :)
maybe the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
"normal" expressions traverse some part of the runtime build model, like
MavenProject, Settings, etc. Component expressions are a special syntax
which causes the expression evaluator to resolve the expression by
looking up the component's role in the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Oscar Picasso wrote:
| Hi,
|
| With maven 2.0 there is a problem when build a site for a multi-modules
| project.
|
| The individual modules sites are properly build but not the links
between the
| root project and its modules (see
| http://www.mail-a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jörg Schaible wrote:
|
| Thanks. So there's no possibility to include modules with poms with
other names ... ?
Not currently. If you need it, submit your use case to jira, and we'll
talk about putting it in 2.1 (or 2.0.1, perhaps).
Cheers,
joh
A key element missing from the Getting Started guide between the sections
"How do I make my first Maven project?"
"http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20make%20my%20first%20Maven%20project?";
and
"How do I compile my application sources?"
"http://maven.apache.or
Hi,
With maven 2.0 there is a problem when build a site for a multi-modules
project.
The individual modules sites are properly build but not the links between the
root project and its modules (see
http://www.mail-archive.com/users@maven.apache.org/msg21517.html).
Today I have installed 2.0.1-SNA
Yann Le Du wrote on Thursday, November 10, 2005 4:23 PM:
> Hi Jörg,
>
> For what I know, this is only :
> directory
> and
> 2) or 3) --> what is the difference ?
just a directory or a complete (relative) path
> As an example, you can look at how the Maven team is using it
>>
> http://svn.a
Hi Michael Owen!
Have you lost interest in football after leaving Real Madrid or are
you sharing your time developing and playing in Newcastle United?
PS.: sorry the off topic :)
2005/11/10, Michael Owen <[EMAIL PROTECTED]>:
> Hi,
>
> I'm using Maven 1.1 beta 2, and have a custom global reposito
Is there a reference document for the components.xml file somewhere?
-Original Message-
From: Wim Deblauwe [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 10, 2005 3:33 AM
To: Maven Users List
Subject: Re: [m2] building non-jar projects
Ah, yes, now I see it under "Specifying a New P
http://maven.apache.org/source-repository.html
David
On 11/10/05, Pilgrim, Peter <[EMAIL PROTECTED]> wrote:
>
>
> From the Maven page, there is no link to source code? Why not?
> Every other OSS project that I remember has an easy way to navigate to the
> source code distribution. Does Maven has
Would it be possible to set up a parent pom to contain all of the plugin
information necessary so a subproject would only have to specify
msm (or whatever other type it creates) and
everything would work? Would that go in a pluginManagement section or
the plugins section? If the plugins section (
http://maven.apache.org/general.html
Ruel Loehr
JBoss QA
-
512-626-2782
Yahoo: ruelloehr
Skype: ruelloehr
AOL: dokoruel
-Original Message-
From: Pilgrim, Peter [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 10, 2005 9:35 AM
To: Maven Users List (E-mail)
I identified a need in our particular build such that many times when we
build a jar, we need to include classes from another project.
For example, in a multiproj build I have 2 submodules:
Module1
Module2
I build module1 and jar it up, then I build module2 and jar it up,
however, the caveat is
>From the Maven page, there is no link to source code? Why not?
Every other OSS project that I remember has an easy way to navigate to the
source code distribution. Does Maven has a source zip or gzip file that
people can download?
--
Peter Pilgrim :: J2EE Software Development
Operations/IT - Cre
Hello,
I'm trying to create a new project like the instruction "getting started". But
there are some problems with the 'archetype' PlugIn! I'm using maven 2. Is
there somebody who can help?
C:\Dokumente und Einstellungen\hauschel.fred>mvn archetype:create
-DgroupId=com.mycompany.app -Dartifact
Hi,
I'm using Maven 1.1 beta 2, and have a custom global repository on Tomcat
5.5.4. For Tomcat to publish the global repository files it uses a symbolic
link.
I'm finding that when I use the custom global repository to download
dependencies, a lot of the time I get out of memory errors. I'v
Hi Jörg,
For what I know, this is only :
directory
and
2) or 3) --> what is the difference ?
As an example, you can look at how the Maven team is using it :
http://svn.apache.org/viewcvs.cgi/maven/components/trunk/pom.xml?rev=332260&view=log
Hope this helps,
Yann
--- Jörg Schaible <[EMAIL
+1 I'd be interested in this too!
--
Peter Pilgrim :: J2EE Software Development
Operations/IT - Credit Suisse First Boston,
Floor 15, 5 Canada Square, London E14 4QJ, United Kingdom
Tel: +44-(0)207-883-4497
> -Original Message-
> From: Ruel Loehr [mailto:[EMAIL PROTECTED]
> Sent: 10 No
Yes, please post a link.
Ruel Loehr
JBoss QA
-
512-626-2782
Yahoo: ruelloehr
Skype: ruelloehr
AOL: dokoruel
-Original Message-
From: Torsten Curdt [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 10, 2005 4:20 AM
To: Maven Users List
Subject: Re: Multiple s
Then I have to ask: What's a component expression? What's the
different between that and a regular expression? (not THAT kind of
regular expression :)
-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 09, 2005 7:31 PM
To: Maven Users List
Subject:
Hi Emmanuel,
Thanks for your help! It's everything ok now! I had put all the
configuration correct, but what's is happening is that I was waiting for the
build, but I discovered continuum only make build when changes are made in CVS.
One more time thanks!
[ ]'s
Rafael Silva
[EMAIL PRO
I'm not sure it will be fix for 1.0.1.
Emmanuel
Wim Deblauwe a écrit :
That is really a pity. I would definetly need this to be able to use
continuum with multiproject of maven 2. So I filed an issue:
http://jira.codehaus.org/browse/CONTINUUM-437
hope to see this fixed soon.
regards,
Wim
That is really a pity. I would definetly need this to be able to use
continuum with multiproject of maven 2. So I filed an issue:
http://jira.codehaus.org/browse/CONTINUUM-437
hope to see this fixed soon.
regards,
Wim
2005/11/10, Emmanuel Venisse <[EMAIL PROTECTED]>:
>
> it doesn't work for t
scratch this to personal stupidity... the artifact ids were the same.
sorry for wasting your time. ill create a JIRA ticket all right, but
for an enhancement request of putting out a message if the reactor
detects a collision of identifiers. :D
ciao!
On 11/10/05, Anuerin Diaz <[EMAIL PROTECTED]>
Hello folks,
how does the module tag work? The reference giude does not really explain this
tag. Is the value an artifactId, a directory or can I even specify a pom
directly? E.g.
artifactId
directory
../directory/artifact
directory/special.pom
http://se
do you have assotiated this schedule with a build definition?
Do you have the message "> Executing build job (Test)..." in your
logs? If not, you need to enable your schedule.
The quiet period is the sleep time after a schedule execution. It can be useful if your
build time
it doesn't work for the moment. Actually, you can only modules in sub-directories of
parent project like this :
root
+ pom.xml <= your parent project
+ moduleA
+ moduleB
and define in pom.xml modules like this :
moduleA
moduleB
Please, file an issue for this.
Emmanuel
Wim Deblauwe a écr
On 11/10/05, Anuerin Diaz <[EMAIL PROTECTED]> wrote:
> hi,
>
> i apologize for the subject. :D
>
> just to organize our project structure we are putting all EJB
> projects in a child-directory named EJB. then i put this in the parent
> POM
>
>
> mod1
> mod2
>
> EJB/ejb1
>
Hi,
I have encountered with some problem. I am testing maven-antrun-plugin.
There is excerpt from my pom.xml:
maven-antrun-plugin
clean
hi,
i apologize for the subject. :D
just to organize our project structure we are putting all EJB
projects in a child-directory named EJB. then i put this in the parent
POM
mod1
mod2
EJB/ejb1
EJB/ejb2
the problem is that only the last EJB module is bein
Hi Kaare,
I haven't noticed before that it's possible to switch to @AJ sintax
and working with AspectJ without a special compiler, thank you for the
tip! But it's still needed to do aspect weaving, how do you make it
with maven 2, or even with maven 1?
2005/11/7, Kaare Nilsen <[EMAIL PROTECTED]>:
Could you send me a package with the source of the core of the project
maven-proxy ?
I can't connect to the CVS repository from my machine, and it will take me a
long time to get all the source by HTTP.
Thanks in advance...
_ _ _
bgOnline
-Original Message-
From
I am having the same problem using changelog against cvs, it finds changes but
generates a blank report.
Has anybody solved this (or raised a bug) ?
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 07 October 2005 16:04
> To: Maven Users List
> Subject:
Yep
true
http
proxy ip
proxy port
Normaly I don't need to define a user/pwd for the url started with
http://www.ibiblio.org/ for this machine
I will check the proxy configuration for this machine (a solaris
machine) because it works fine on my machine.
No way
This is the default (except for /plugins), so this is not improving
your situation.
Have you defined the proxy properties for your environment?
- Brett
On 11/10/05, Olivier Lamy <[EMAIL PROTECTED]> wrote:
> I try with
>
> ibiblio-m2-repository-plugins
> ibiblio-m
It's pretty easy to make maven-proxy support NTLM for its own upstream proxies.
Whether this change breaks it in any way, I don't know; we need to be able to
use an NTLM proxy and aren't actually bothered if it breaks non-NTLM proxies,
and for NTLM proxies it works fine.
I built and changed ma
you can add your parent pom in continuum too.
Emmanuel
Wim Deblauwe a écrit :
Never mind, it is solved. I did not do a mvn install of my parent pom first.
2005/11/10, Wim Deblauwe <[EMAIL PROTECTED]>:
Hi,
I get the following error when I add my Maven 2 project in continuum:
Missing 'ciMana
I try with
ibiblio-m2-repository-plugins
ibiblio-m2-repository-plugins
http://www.ibiblio.org/maven2/plugins (not sure
about the /plugins at the end ?)
Is there any way to activate a log on the http exchange (good way to
look at the headers and
Ok thanks for the Correct response ;-)
But to override the default I need to follow guidelines :
http://maven.apache.org/maven-settings/settings.html#class_pluginReposit
ory
Thanks,
- Olivier
> -Message d'origine-
> De : Brett Porter [mailto:[EMAIL PROTECTED]
> Envoyé : jeudi 10 novembr
Sorry, I've no experience on using Windows Domain (NTML) proxy
authentication.
You may look at commons-httpclient support for this
(http://jakarta.apache.org/commons/httpclient/authentication.html#NTLM),
but I don't know how to configure maven proxy.
Blaise Gosselin a écrit :
Hello Nicolas,
On 11/10/05, Olivier Lamy <[EMAIL PROTECTED]> wrote:
> Hi all,
> I am starting using m2.
> I have the following exception[1].
> I suppose it's probably due to a non acces via a proxy to the maven repo
> with plugins. But I'm not sure ;-)
Correct.
- Brett
-
Hi all,
I am starting using m2.
I have the following exception[1].
I suppose it's probably due to a non acces via a proxy to the maven repo
with plugins. But I'm not sure ;-)
I want to try a different setting on a proxy but I need to know where
are downloading the plugin by default.
I suppose it's
Ah, yes, now I see it under "Specifying a New Packaging". It was a bit
confusing that the example also uses plexus. I was thinking that it was
something related to plexus and did not pay attention to it.
regards,
Wim
2005/11/10, Brett Porter <[EMAIL PROTECTED]>:
>
> The required parts of the d
if you already have the jar file in your local repository then you can
just create a pom for it. i think i read somewhere that an empty pom
file would do.
ciao!
On 11/10/05, el wang <[EMAIL PROTECTED]> wrote:
> When I try to build my jar. m2 always told me that:
>
> Downloading:
> http://repo1.ma
I have written a simple plugin that enables addition of source dirs.
If you're interested I can send it to you.
I would be interested as well ...is it online somewhere?
cheers
--
Torsten
PGP.sig
Description: This is a digitally signed message part
Hello Nicolas,
Thanks for your help.
I find it quite easy to configure the maven-proxy, but I have a problem with my
proxy.
In fact, I have the following exception :
2005-11-10 10:52:23,562 [WARN ] commons.httpclient.HttpMethodBase -
Credentials cannot be used for
NTLM authentication: org.apac
Thanks Carlos :o)
Best Regards / Cordialement,
Fabrice BELLINGARD
DINQ/DSIN/INSI/EATE/IDVS/AIDV
(+33) (01 61) 45 15 91 - [EMAIL PROTECTED]
Carlos Sanchez
I created custom packaging with this components.xml:
...
org.apache.maven.plugins:maven-resources-plugin:2.0:resources
org.apache.maven.plugins:maven-compiler-plugin:2.0:compile
org.apache.maven.plugins:maven-assembly-plugin:2.0:assembly
In project pom.xml I have:
maven-assembly-plugin
1 - 100 of 111 matches
Mail list logo