Re: Not a valid plugin file: maven-taglib-plugin-1.4.2.jar

2011-09-21 Thread Anders Hammar
Please note that the Maven One Plugin might not work with Maven 3. I
haven't checked that specific goal, but I have had problems with one
of the goals of that plugin.
But you could always use Maven 2 just to convert and then use Maven 3.

/Anders
On Tue, Sep 20, 2011 at 22:29, Dennis Lundberg denn...@apache.org wrote:
 On 2011-09-20 21:31, Wayne Fay wrote:
 It is a Maven 1.0 build and supposedly has been working for
 quite some time.

 Does anyone recall this issue when working with Maven 1.0?

 No, but I haven't touched M1 in a very long time. You should seriously
 just spend an hour +/- converting it to work with Maven2 or M3 rather
 than debugging/fixing this old M1 build, IMO.

 I agree. You can get a jump start by using the convert goal of Maven One
 Plugin. It will convert most of your Maven 1 project.xml into a Maven 2
 pom.xml.

 http://maven.apache.org/plugins/maven-one-plugin/


 Wayne

 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org




 --
 Dennis Lundberg

 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: mvn dependency tree not working

2011-09-21 Thread kapilanarang
Thanks Dennis for reply.
path in central is correct  in specific pom - its mentioned correctly.
  dependency
groupIdorg.hibernate.ehcache/groupId
artifactIdehcache/artifactId
version3.3.1.GA/version
/dependency

whereas its calling for path-
org.hibernate.ehcache:hibernate-core:jar:3.3.1.GA
what i feel is some1 (internal) has wrongly mentioned the path in one of the
dependent jar's. I need to dig which jar is causing this issue. but unable
to find the dependency jars'

pls advice to find that?

--
View this message in context: 
http://maven.40175.n5.nabble.com/mvn-dependency-tree-not-working-tp4822352p4825431.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



javadoc standard doclet

2011-09-21 Thread Ioan Eugen Stan
Hello,

Could you please tell me what is the standard doclet used by Maven
javadco plugin in case no doclet is specified?

I'm trying to use APIviz for Apache James, but it fails for pom
packaged projects (James has a lot of components and uses inheritance
and aggregation extensively). It fails because it can't find the
target/classes directory, since pom packaged projects don't have
classes to compile. (APIviz needs classes to make diagrams) .

The solution that I have came up to is to store a configured JavaDoc
plgin in the plugin management of the parent pom (james-parent) with
doclet set to APIviz and overwrite this in pom packaged projects by
declaring doclet to be standard again so it will not fail.

You can find the original discussion at [1].


[1] http://www.mail-archive.com/server-dev@james.apache.org/msg35801.html

Thanks,

-- 
Ioan Eugen Stan
http://ieugen.blogspot.com/

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Gettings values from settings.xml/server

2011-09-21 Thread 1983-01-06
Hi folks,

I'd like to provide some custom auth information for our servers in 
settings.xml/servers/server/configuration.

The AuthenticationInfo class does not provide any fields or getters to 
retrieves values although the settings ref says that a DOM object so provided.

How can I access those information?

Thanks,

Mike
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: mvn dependency tree not working

2011-09-21 Thread Dennis Lundberg
Hi

No, it is not correct in your POM. You should have this

groupIdorg.hibernategroupId

On Wednesday, September 21, 2011, kapilanarang kapilanar...@gmail.com
wrote:
 Thanks Dennis for reply.
 path in central is correct  in specific pom - its mentioned correctly.
  dependency
groupIdorg.hibernate.ehcache/groupId
artifactIdehcache/artifactId
version3.3.1.GA/version
/dependency

 whereas its calling for path-
 org.hibernate.ehcache:hibernate-core:jar:3.3.1.GA
 what i feel is some1 (internal) has wrongly mentioned the path in one of
the
 dependent jar's. I need to dig which jar is causing this issue. but unable
 to find the dependency jars'

 pls advice to find that?

 --
 View this message in context:
http://maven.40175.n5.nabble.com/mvn-dependency-tree-not-working-tp4822352p4825431.html
 Sent from the Maven - Users mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org



-- 
Dennis Lundberg


Re: mvn dependency tree not working

2011-09-21 Thread Jörg Schaible
kapilanarang wrote:

 Thanks Dennis for reply.
 path in central is correct  in specific pom - its mentioned correctly.
   dependency
 groupIdorg.hibernate.ehcache/groupId
 artifactIdehcache/artifactId
 version3.3.1.GA/version
 /dependency
 
 whereas its calling for path-
 org.hibernate.ehcache:hibernate-core:jar:3.3.1.GA
 what i feel is some1 (internal) has wrongly mentioned the path in one of
 the dependent jar's. I need to dig which jar is causing this issue. but
 unable to find the dependency jars'
 
 pls advice to find that?

Start with -X option

- Jörg


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: mvn dependency tree not working

2011-09-21 Thread kapila
Thanks but I have tried to see that with debug option X and U . Nothing I could 
infer. But don't understand why I can't get dependency tree print.

Pls help.
Sent from BlackBerry® on Airtel

-Original Message-
From: Jörg Schaible [via Maven] ml-node+s40175n482700...@n5.nabble.com
Date: Wed, 21 Sep 2011 09:32:21 
To: kapilakapila.ko...@gmail.com
Subject: Re: mvn dependency tree not working



kapilanarang wrote:

 Thanks Dennis for reply.
 path in central is correct  in specific pom - its mentioned correctly.
   dependency
 groupIdorg.hibernate.ehcache/groupId
 artifactIdehcache/artifactId
 version3.3.1.GA/version
 /dependency
 
 whereas its calling for path-
 org.hibernate.ehcache:hibernate-core:jar:3.3.1.GA
 what i feel is some1 (internal) has wrongly mentioned the path in one of
 the dependent jar's. I need to dig which jar is causing this issue. but
 unable to find the dependency jars'
 
 pls advice to find that?

Start with -X option

- Jörg


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



___
If you reply to this email, your message will be added to the discussion below:
http://maven.40175.n5.nabble.com/mvn-dependency-tree-not-working-tp4822352p4827004.html

To unsubscribe from mvn dependency tree not working, visit 
http://maven.40175.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4822352code=a2FwaWxhLmtvaGxpQGdtYWlsLmNvbXw0ODIyMzUyfDk2MjU3ODY3Ng==


--
View this message in context: 
http://maven.40175.n5.nabble.com/mvn-dependency-tree-not-working-tp4822352p4827017.html
Sent from the Maven - Users mailing list archive at Nabble.com.

Re: mvn dependency tree not working

2011-09-21 Thread Dennis Lundberg
Hello again

I'll try to explain it one more time.

The dependency that you have specified in your POM does not exist.

I'm not sure which dependency it is that you want. If it is ehcache
you want, then your dependency should look like this:

dependency
groupIdorg.hibernate/groupId
artifactIdhibernate-ehcache/artifactId
version3.3.1.GA/version
/dependency

If it is hibernate-core you want, then your dependency should look
like this:

dependency
groupIdorg.hibernate/groupId
artifactIdhibernate-core/artifactId
version3.3.1.GA/version
/dependency

You can browse the available Hibernate artifacts in the Central
repository at this URL:

http://repo1.maven.org/maven2/org/hibernate/



The reason that Maven Dependency Plugin cannot do it's job, and present
the tree, is because the tree is broken.


On 2011-09-21 18:38, kapila wrote:
 Thanks but I have tried to see that with debug option X and U . Nothing I 
 could infer. But don't understand why I can't get dependency tree print.
 
 Pls help.
 Sent from BlackBerry® on Airtel
 
 -Original Message-
 From: Jörg Schaible [via Maven] ml-node+s40175n482700...@n5.nabble.com
 Date: Wed, 21 Sep 2011 09:32:21 
 To: kapilakapila.ko...@gmail.com
 Subject: Re: mvn dependency tree not working
 
 
 
 kapilanarang wrote:
 
 Thanks Dennis for reply.
 path in central is correct  in specific pom - its mentioned correctly.
   dependency
 groupIdorg.hibernate.ehcache/groupId
 artifactIdehcache/artifactId
 version3.3.1.GA/version
 /dependency

 whereas its calling for path-
 org.hibernate.ehcache:hibernate-core:jar:3.3.1.GA
 what i feel is some1 (internal) has wrongly mentioned the path in one of
 the dependent jar's. I need to dig which jar is causing this issue. but
 unable to find the dependency jars'

 pls advice to find that?
 
 Start with -X option
 
 - Jörg
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org
 
 
 
 ___
 If you reply to this email, your message will be added to the discussion 
 below:
 http://maven.40175.n5.nabble.com/mvn-dependency-tree-not-working-tp4822352p4827004.html
 
 To unsubscribe from mvn dependency tree not working, visit 
 http://maven.40175.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4822352code=a2FwaWxhLmtvaGxpQGdtYWlsLmNvbXw0ODIyMzUyfDk2MjU3ODY3Ng==
 
 
 --
 View this message in context: 
 http://maven.40175.n5.nabble.com/mvn-dependency-tree-not-working-tp4822352p4827017.html
 Sent from the Maven - Users mailing list archive at Nabble.com.


-- 
Dennis Lundberg

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Sonatype Training

2011-09-21 Thread Eric Kolotyluk

Just finished two days (14 hours) of Maven training with Sonatype.

The first thing to say is: I wish I had taken this training 6 months ago 
before I started down the Maven path - so many things would have been so 
much easier. In spite of reading tons of documentation and asking 
questions on the mailing lists, sometimes there is nothing like forcing 
yourself to sit through a class and follow a well prepared outline 
rather than fishing around looking for what you want at any particular 
time. Of course, real-time QA helps a lot too.


I think part of my problem was the feeling I was independent and smart 
enough to figure things out on my own - well I am - but I wasted a lot 
of time and suffered a lot of frustration for it.


Anyway, even though I have been using Maven for over 6 months, I found a 
lot of value in both the beginner and advanced courses, and recommend 
them for anyone wanting competency in using and and administrating Maven 
projects. If you are a software architect, like I am, I even more 
strongly recommend these courses so you can have a better sense of the 
big picture.


Cheers, Eric

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Can DITA be used to create site documentation?

2011-09-21 Thread Eric Kolotyluk
I was wondering if it is possible to use DITA to generate the 
documentation for a site.


We use DITA for other stuff and it integrates nicely with Eclipse, I was 
hoping someone might have gone down this route already.


Cheers, Eric

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Can DITA be used to create site documentation?

2011-09-21 Thread Mark Derricutt
I see there's a DITA plugin on Codehaus:

http://mojo.codehaus.org/dita-maven-plugin/

Not sure if that'd suit your needs tho?

On 22/09/2011, at 3:06 PM, Eric Kolotyluk wrote:

 I was wondering if it is possible to use DITA to generate the documentation 
 for a site.



Re: Can DITA be used to create site documentation?

2011-09-21 Thread Dan Tran
why not?  any dita doc can be converted to web online help?  but to
get fancy as a site would be question due to huge effort

-Dan

On Wed, Sep 21, 2011 at 8:06 PM, Eric Kolotyluk
eric.koloty...@gmail.com wrote:
 I was wondering if it is possible to use DITA to generate the documentation
 for a site.

 We use DITA for other stuff and it integrates nicely with Eclipse, I was
 hoping someone might have gone down this route already.

 Cheers, Eric

 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Can DITA be used to create site documentation?

2011-09-21 Thread Eric Kolotyluk
I think that is for converting DITA XML to either Microsoft Help or to 
PDF. It does not appear to be designed for creating site documentation.


I was hoping there was something else out there like a site archetype 
for DITA.


Cheers, Eric

On 2011-09-21 9:16 PM, Mark Derricutt wrote:

I see there's a DITA plugin on Codehaus:

http://mojo.codehaus.org/dita-maven-plugin/

Not sure if that'd suit your needs tho?

On 22/09/2011, at 3:06 PM, Eric Kolotyluk wrote:


I was wondering if it is possible to use DITA to generate the documentation for 
a site.




-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Can DITA be used to create site documentation?

2011-09-21 Thread Eric Kolotyluk
I was hoping someone had already tried this and would have some examples 
or tips. I'm not sure I want to pioneer that right now.


Cheers, Eric

On 2011-09-21 9:16 PM, Dan Tran wrote:

why not?  any dita doc can be converted to web online help?  but to
get fancy as a site would be question due to huge effort

-Dan

On Wed, Sep 21, 2011 at 8:06 PM, Eric Kolotyluk
eric.koloty...@gmail.com  wrote:

I was wondering if it is possible to use DITA to generate the documentation
for a site.

We use DITA for other stuff and it integrates nicely with Eclipse, I was
hoping someone might have gone down this route already.

Cheers, Eric

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Maven Setup for Project

2011-09-21 Thread Khavnekar, Pravin
Hello,
We are newbie's in Maven. We have gone though the Maven Website 
and develop small Projects on our own as mentioned for the beginners. So far we 
are very much successful in creating the basic Projects. However, now we want 
to migrate our current Projects into Maven. Unfortunately, we are facing lot of 
problems in that. Could you please let us know whether our project structure is 
feasible to migrate in to Maven? Please find below the structure and 
technologies used in our Project.

Technology:


Internet Technology: Servlet, JSP, JavaScript, HTML, CSS and AJAX.
Design Tools: MyEclipse 6.0

Server Side Technologies: J2EE - EJB 2.0, Hibernate

Frame Work Used: Struts 1.2

Database: PL/SQL

Language: Java
Web Servers: JBoss 5
Application Server Used: WAS (Deployment Environment), JBoss Application Server.
Operating Systems: Win XP (Development), Linux (Production Environment)

Project Structure:

[cid:image001.jpg@01CC7893.5ADB5130]

Please let us know whether it is possible to use Maven and it 
would really helpful if you could tell us what changes we have to make. 
Awaiting your response.



Regards,

Pravin A. Khavnekar

Sr. Software Engineer



[cid:image003.jpg@01CC7893.5ADB5130]



Office: +91 22 39172000 | EXTN: 7467 | 
pravin.khavne...@igatepatni.commailto:pravin.khavne...@igatepatni.com | PKP, 
Airoli



Information contained and transmitted by this e-mail is confidential and 
proprietary to iGATE Patni and its affiliates and is intended for use only by 
the recipient. If you are not the intended recipient, you are hereby notified 
that any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igatepatni.com. iGATE Patni does not enter into any 
agreement with any party by e-mail. Any views expressed by an individual do not 
necessarily reflect the view of iGATE Patni. iGATE Patni is not responsible for 
the consequences of any actions taken on the basis of information provided, 
through this email. The contents of an attachment to this e-mail may contain 
software viruses, which could damage your own computer system. While iGATE 
Patni has taken every reasonable precaution to minimise this risk, we cannot 
accept liability for any damage which you sustain as a result of software 
viruses. You should carry out your own virus checks before opening an 
attachment. To know more about iGATE Patni please visit www.igatepatni.com.
inline: image001.jpginline: image003.jpg

Re: Can DITA be used to create site documentation?

2011-09-21 Thread Markku Saarela

Hi,

You can convert DITA document to the DocBook dokument in to simplified 
dockbook directory descripid here [2] and then configure Doxia to use 
Doxia Simplified DocBook Module [1]


[1] 
http://maven.apache.org/plugins/maven-site-plugin/faq.html#How_to_include_a_custom_Doxia_module_like_Twiki

[2] http://maven.apache.org/doxia/references/index.html

Markku

On 22.9.2011 7:58, Eric Kolotyluk wrote:
I was hoping someone had already tried this and would have some 
examples or tips. I'm not sure I want to pioneer that right now.


Cheers, Eric

On 2011-09-21 9:16 PM, Dan Tran wrote:

why not?  any dita doc can be converted to web online help?  but to
get fancy as a site would be question due to huge effort

-Dan

On Wed, Sep 21, 2011 at 8:06 PM, Eric Kolotyluk
eric.koloty...@gmail.com  wrote:
I was wondering if it is possible to use DITA to generate the 
documentation

for a site.

We use DITA for other stuff and it integrates nicely with Eclipse, I 
was

hoping someone might have gone down this route already.

Cheers, Eric

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org