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



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

2011-09-20 Thread Hahn, Christopher (SAN DIEGO)
Hello all,

I have been asked to drive a legacy build for the first time,
and I am getting the error in the Subject above.

It is a Maven 1.0 build and supposedly has been working for
quite some time.

The console output of the action that has the error is here:

E:\foo\bar\snark\mainmaven -e jar:deploy
Maven options are
Maven options are -server -Xms400m -Xmx400m -XX:+UseConcMarkSweepGC 
-XX:+UseParNewGC
__  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

Attempting to download buildtool-main-SNAPSHOT.jar.
org.apache.maven.MavenException: Not a valid plugin file: 
E:\foo\bar\snark\main\lib\maven-taglib\plugins\maven-taglib-plugin-1.4.2.jar
at 
org.apache.maven.plugin.PluginManager.installPlugin(PluginManager.java:910)
at 
org.apache.maven.plugin.PluginManager.installPlugin(PluginManager.java:862)
at 
org.apache.maven.plugin.PluginManager.processDependencies(PluginManager.java:448)
at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:642)
at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
at org.apache.maven.cli.App.doMain(App.java:488)
at org.apache.maven.cli.App.main(App.java:1239)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)

You have encountered an unknown error running Maven. Please help us to correct
this problem by following these simple steps:
- read the Maven FAQ at http://maven.apache.org/faq.html
- run the same command again with the '-e' parameter, eg maven -e jar
- search the maven-user archives for the error at
http://nagoya.apache.org/eyebrowse/SummarizeList?listName=users@maven.apache.org
- post the output of maven -e to JIRA at
http://jira.codehaus.org/BrowseProject.jspa?id=10030 (you must sign up first)
- run 'maven --info' and post the output as the environment to the bug above


Total time: 2 seconds
Finished at: Tue Sep 20 09:32:45 PDT 2011

E:\foo\bar\snark\main


I am just getting started on this, but wanted to check with the group
as to whether this is a common issue.

I found several copies of maven-taglib-plugin-1.4.2.jar on the system in 
question
and tried copying one into this location, but this produced the same error.

Does anyone recall this issue when working with Maven 1.0?

Thank you very muchjust for reading this novella.  ;0)

Christopher



[cid:image001.png@01CAF080.AD65F1E0]

Christopher Hahn
The Dude
SM Configuration Management
RD Services, Hewlett-Packard
Phone: 858-655-4096
Cell: 619-630-9791
ch...@hp.commailto:christopher.h...@hp.com

Visit our SPE Portalhttp://teams5.sharepoint.hp.com/teams/SPE/default.aspx







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

2011-09-20 Thread Wayne Fay
 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.

Wayne

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



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

2011-09-20 Thread Dennis Lundberg
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



Re: taglib plugin

2008-01-04 Thread Dmitry Beransky
I did some more digging around and it looks like my problem is similar
to the one described here:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg70522.html

when I tried running the plugin using its fully qualified name:

   mvn net.sourceforge.maven-taglib:maven-taglib-plugin:2.3.1:tagreference

the error went away.


thanks for all the help
Dmitry

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: taglib plugin

2008-01-04 Thread Evan Worley
A, I should've thought of that, my apologies Dmitry.

I believe only plugins with the groupId org.apache.maven.plugins, or
something like that, can be referenced by short name by default.  There is a
way to add something to your settings file such that you don't have the
fully qualify it, I can dig that up if you are interested.

-Evan

On Jan 4, 2008 9:21 AM, Dmitry Beransky [EMAIL PROTECTED] wrote:

 I did some more digging around and it looks like my problem is similar
 to the one described here:
 http://www.mail-archive.com/[EMAIL PROTECTED]/msg70522.html

 when I tried running the plugin using its fully qualified name:

   mvn net.sourceforge.maven-taglib:maven-taglib-plugin:2.3.1:tagreference

 the error went away.


 thanks for all the help
 Dmitry

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: taglib plugin

2008-01-03 Thread Dmitry Beransky
On Jan 2, 2008 3:07 PM, Evan Worley [EMAIL PROTECTED] wrote:
 Try changing the update policy in your pluginRepository to always.  I am
 not positive how this policy works with respect to resolving new plugins (as
 opposed to updating an existing), but might be worth a try.

Evan,

It's my understanding that all information about the central
repository is hard coded into Maven.  I'm not sure how to make the
change you are recommending.

Also, I've gone more carefully over the debug log and found this message:

[DEBUG] repository metadata for: 'artifact
org.apache.maven.plugins:maven-taglib-plugin' could not be found on
repository: central

Could this be the problem?


Dmitry

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: taglib plugin

2008-01-03 Thread Evan Worley
Hi Dmitry,

You are right, sorry for confusing the result of the effective-pom with your
actual POM.  Can you try running mvn -cpu install ?

-Evan

On Jan 3, 2008 9:33 AM, Dmitry Beransky [EMAIL PROTECTED] wrote:

 On Jan 2, 2008 3:07 PM, Evan Worley [EMAIL PROTECTED] wrote:
  Try changing the update policy in your pluginRepository to always.  I
 am
  not positive how this policy works with respect to resolving new plugins
 (as
  opposed to updating an existing), but might be worth a try.

 Evan,

 It's my understanding that all information about the central
 repository is hard coded into Maven.  I'm not sure how to make the
 change you are recommending.

 Also, I've gone more carefully over the debug log and found this message:

 [DEBUG] repository metadata for: 'artifact
 org.apache.maven.plugins:maven-taglib-plugin' could not be found on
 repository: central

 Could this be the problem?


 Dmitry

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: taglib plugin

2008-01-03 Thread Dmitry Beransky
I have.  It didn't seem to help.

On Jan 3, 2008 10:06 AM, Evan Worley [EMAIL PROTECTED] wrote:
 Hi Dmitry,

 You are right, sorry for confusing the result of the effective-pom with your
 actual POM.  Can you try running mvn -cpu install ?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: taglib plugin

2008-01-03 Thread Evan Worley
H.. I am sorry you are having these troubles.  Have you verified that
you can find the plugin in the repo in a web browser?  This would verify
that you aren't having any network issues.

A non-ideal workaround would be to download the artifacts manually, and
install them into your local repo using the install:install-file goal.

-Evan

On Jan 3, 2008 1:12 PM, Dmitry Beransky [EMAIL PROTECTED] wrote:

 I have.  It didn't seem to help.

 On Jan 3, 2008 10:06 AM, Evan Worley [EMAIL PROTECTED] wrote:
  Hi Dmitry,
 
  You are right, sorry for confusing the result of the effective-pom with
 your
  actual POM.  Can you try running mvn -cpu install ?

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




taglib plugin

2008-01-02 Thread Dmitry Beransky
Hi,

I'm trying to use the taglib plugin
(http://maven-taglib.sourceforge.net/m2/project-reports.html).  I've
followed the documentation for configuring the project with the
plugin, but now when I run mvn taglib:tagreference, I get

[INFO] The plugin 'org.apache.maven.plugins:maven-taglib-plugin' does not exist
or no valid version could be found

my local repsitory cache for the plugin only contains a single file
maven-metadata-central.xml

Do I need to configure Maven to use some other repository?


Thanks
Dmitry

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: taglib plugin

2008-01-02 Thread Evan Worley
Hi Dmitry,

I found the latest version (2.3.1) in Maven.Central.
http://repo1.maven.org/maven2/net/sourceforge/maven-taglib/maven-taglib-plugin/2.3.1/

Did you override the Maven.Central plugin repository?

-Evan

On Jan 2, 2008 12:00 PM, Dmitry Beransky [EMAIL PROTECTED] wrote:

 Hi,

 I'm trying to use the taglib plugin
 (http://maven-taglib.sourceforge.net/m2/project-reports.html).  I've
 followed the documentation for configuring the project with the
 plugin, but now when I run mvn taglib:tagreference, I get

 [INFO] The plugin 'org.apache.maven.plugins:maven-taglib-plugin' does not
 exist
 or no valid version could be found

 my local repsitory cache for the plugin only contains a single file
 maven-metadata-central.xml

 Do I need to configure Maven to use some other repository?


 Thanks
 Dmitry

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: taglib plugin

2008-01-02 Thread Wendy Smoak
On Jan 2, 2008 1:00 PM, Dmitry Beransky [EMAIL PROTECTED] wrote:

 I'm trying to use the taglib plugin
 (http://maven-taglib.sourceforge.net/m2/project-reports.html).  I've
 followed the documentation for configuring the project with the
 plugin, but now when I run mvn taglib:tagreference, I get

 [INFO] The plugin 'org.apache.maven.plugins:maven-taglib-plugin' does not 
 exist
 or no valid version could be found

How did you configure it?  Looks like you need
groupIdnet.sourceforge/groupId to get the one that Evan linked
to...

-- 
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: taglib plugin

2008-01-02 Thread Dmitry Beransky
Here's what I got for the plugin:

plugin
  groupIdnet.sourceforge.maven-taglib/groupId
  artifactIdmaven-taglib-plugin/artifactId
  version2.3.1/version

  configuration
taglib.src.dirMETA-INF/taglib.src.dir
  /configuration
/plugin

The central repository is configured, I'm using it all the time.
here's a snippet of the output I get from running maven with -X:


[INFO] artifact org.apache.maven.plugins:maven-taglib-plugin: checking
for updates from central
[DEBUG] repository metadata for: 'artifact
org.apache.maven.plugins:maven-taglib-plugin' could not be found on
repository: central
[DEBUG] maven-taglib-plugin: using locally installed snapshot
[DEBUG] Artifact not found - using stub model: Unable to determine the
latest version

  org.apache.maven.plugins:maven-taglib-plugin:pom:LATEST


[DEBUG] Using defaults for missing POM
org.apache.maven.plugins:maven-taglib-plugin:pom:LATEST
[DEBUG] maven-taglib-plugin: using locally installed snapshot
[DEBUG] Artifact not found - using stub model: Unable to determine the
release version

  org.apache.maven.plugins:maven-taglib-plugin:pom:RELEASE


[DEBUG] Using defaults for missing POM
org.apache.maven.plugins:maven-taglib-plugin:pom:RELEASE
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] The plugin 'org.apache.maven.plugins:maven-taglib-plugin' does
not exist or no valid version could be found
[INFO] 
[DEBUG] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: The plugin
'org.apache.maven.plugins:maven-taglib-plugin' does not exist or no
valid version could be found
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1286)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor
...


this is very weird.  I can't make any heads or tails of it.


Thanks
Dmitry

On Jan 2, 2008 12:35 PM, Wendy Smoak [EMAIL PROTECTED] wrote:

 How did you configure it?  Looks like you need
 groupIdnet.sourceforge/groupId to get the one that Evan linked
 to...

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: taglib plugin

2008-01-02 Thread Evan Worley
Sorry for your troubles Dmitry,

Can you attach your entire repositories and pluginRepositories entries
from your pom?

Thanks,
Evan

On Jan 2, 2008 1:27 PM, Dmitry Beransky [EMAIL PROTECTED] wrote:

 Here's what I got for the plugin:

 plugin
  groupIdnet.sourceforge.maven-taglib/groupId
  artifactIdmaven-taglib-plugin/artifactId
  version2.3.1/version

  configuration
taglib.src.dirMETA-INF/taglib.src.dir
  /configuration
 /plugin

 The central repository is configured, I'm using it all the time.
 here's a snippet of the output I get from running maven with -X:

 
 [INFO] artifact org.apache.maven.plugins:maven-taglib-plugin: checking
 for updates from central
 [DEBUG] repository metadata for: 'artifact
 org.apache.maven.plugins:maven-taglib-plugin' could not be found on
 repository: central
 [DEBUG] maven-taglib-plugin: using locally installed snapshot
 [DEBUG] Artifact not found - using stub model: Unable to determine the
 latest version

  org.apache.maven.plugins:maven-taglib-plugin:pom:LATEST


 [DEBUG] Using defaults for missing POM
 org.apache.maven.plugins:maven-taglib-plugin:pom:LATEST
 [DEBUG] maven-taglib-plugin: using locally installed snapshot
 [DEBUG] Artifact not found - using stub model: Unable to determine the
 release version

  org.apache.maven.plugins:maven-taglib-plugin:pom:RELEASE


 [DEBUG] Using defaults for missing POM
 org.apache.maven.plugins:maven-taglib-plugin:pom:RELEASE
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] The plugin 'org.apache.maven.plugins:maven-taglib-plugin' does
 not exist or no valid version could be found
 [INFO]
 
 [DEBUG] Trace
 org.apache.maven.lifecycle.LifecycleExecutionException: The plugin
 'org.apache.maven.plugins:maven-taglib-plugin' does not exist or no
 valid version could be found
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin
 (DefaultLifecycleExecutor.java:1286)
at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor
...
 

 this is very weird.  I can't make any heads or tails of it.


 Thanks
 Dmitry

 On Jan 2, 2008 12:35 PM, Wendy Smoak [EMAIL PROTECTED] wrote:
 
  How did you configure it?  Looks like you need
  groupIdnet.sourceforge/groupId to get the one that Evan linked
  to...

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: taglib plugin

2008-01-02 Thread Dmitry Beransky
On Jan 2, 2008 2:49 PM, Evan Worley [EMAIL PROTECTED] wrote:
 Can you attach your entire repositories and pluginRepositories entries 
 from your pom?

Hey Evan,

Here they are, copied directly from help:effective-pom's output:

  repositories
repository
  idcsa-internal/id
  nameCSA Maven 2 Repository/name
  urlhttp://newzealand/repository/maven2/url
/repository
repository
  snapshots
enabledfalse/enabled
  /snapshots
  idcentral/id
  nameMaven Repository Switchboard/name
  urlhttp://repo1.maven.org/maven2/url
/repository
  /repositories
  pluginRepositories
pluginRepository
  releases
updatePolicynever/updatePolicy
  /releases
  snapshots
enabledfalse/enabled
  /snapshots
  idcentral/id
  nameMaven Plugin Repository/name
  urlhttp://repo1.maven.org/maven2/url
/pluginRepository
  /pluginRepositories


Thanks
Dmitry

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: taglib plugin

2008-01-02 Thread Evan Worley
Dmitry,

Try changing the update policy in your pluginRepository to always.  I am
not positive how this policy works with respect to resolving new plugins (as
opposed to updating an existing), but might be worth a try.

-Evan

On Jan 2, 2008 3:01 PM, Dmitry Beransky [EMAIL PROTECTED] wrote:

 On Jan 2, 2008 2:49 PM, Evan Worley [EMAIL PROTECTED] wrote:
  Can you attach your entire repositories and pluginRepositories
 entries from your pom?

 Hey Evan,

 Here they are, copied directly from help:effective-pom's output:

  repositories
repository
  idcsa-internal/id
  nameCSA Maven 2 Repository/name
  urlhttp://newzealand/repository/maven2/url
/repository
repository
  snapshots
enabledfalse/enabled
  /snapshots
  idcentral/id
  nameMaven Repository Switchboard/name
  urlhttp://repo1.maven.org/maven2/url
/repository
  /repositories
  pluginRepositories
pluginRepository
  releases
updatePolicynever/updatePolicy
  /releases
  snapshots
enabledfalse/enabled
  /snapshots
  idcentral/id
  nameMaven Plugin Repository/name
  urlhttp://repo1.maven.org/maven2/url
/pluginRepository
  /pluginRepositories


 Thanks
 Dmitry

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: taglib plugin

2008-01-02 Thread Evan Worley
You can alternatively try maven -cpu install to force a plugin update
check

On Jan 2, 2008 3:07 PM, Evan Worley [EMAIL PROTECTED] wrote:

 Dmitry,

 Try changing the update policy in your pluginRepository to always.  I am
 not positive how this policy works with respect to resolving new plugins (as
 opposed to updating an existing), but might be worth a try.

 -Evan


 On Jan 2, 2008 3:01 PM, Dmitry Beransky [EMAIL PROTECTED] wrote:

  On Jan 2, 2008 2:49 PM, Evan Worley [EMAIL PROTECTED] wrote:
   Can you attach your entire repositories and pluginRepositories
  entries from your pom?
 
  Hey Evan,
 
  Here they are, copied directly from help:effective-pom's output:
 
   repositories
 repository
   idcsa-internal/id
   nameCSA Maven 2 Repository/name
   urlhttp://newzealand/repository/maven2/url
 /repository
 repository
   snapshots
 enabledfalse/enabled
   /snapshots
   idcentral/id
   nameMaven Repository Switchboard/name
   urlhttp://repo1.maven.org/maven2 /url
 /repository
   /repositories
   pluginRepositories
 pluginRepository
   releases
 updatePolicynever/updatePolicy
   /releases
   snapshots
 enabledfalse/enabled
   /snapshots
   idcentral/id
   nameMaven Plugin Repository/name
   urlhttp://repo1.maven.org/maven2/url
 /pluginRepository
   /pluginRepositories
 
 
  Thanks
  Dmitry
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 



[m2] Has anyone gotten the maven-taglib plugin to produce taglibdoc?

2006-03-14 Thread KC Baltz
I'd like to produce taglibdoc for our custom taglibs (E.g. 
http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/index.html).  It looks 
like someone created a Maven plugin for doing just that ( 
http://sourceforge.net/projects/maven-taglib/), but I can't get it to work in 
Maven2.  Anyone else have success?
 
K.C.


RE: [m2] Has anyone gotten the maven-taglib plugin to produce taglibdoc?

2006-03-14 Thread KC Baltz
Thanks, that worked.  I had been trying with groupId maven-taglib.  

How did you determine the groupId?  Is it just assumed from the website address 
maven-taglib.sourceforge.net == net.sourceforge.maven-taglib ?  I had 
searched ibiblio and the first hits  were for the non-sourceforge version.  

K.C.



-Original Message-
From: Bernd Bohmann [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 14, 2006 8:38 AM
To: Maven Users List
Subject: Re: [m2] Has anyone gotten the maven-taglib plugin to produce
taglibdoc?


How about with

http://maven-taglib.sourceforge.net/m2/

groupIdnet.sourceforge.maven-taglib/groupId
artifactIdmaven-taglib-plugin/artifactId

Bernd

KC Baltz schrieb:
 I'd like to produce taglibdoc for our custom taglibs (E.g. 
 http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/index.html).  It looks 
 like someone created a Maven plugin for doing just that ( 
 http://sourceforge.net/projects/maven-taglib/), but I can't get it to work in 
 Maven2.  Anyone else have success?
  
 K.C.
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [m2] Has anyone gotten the maven-taglib plugin to produce taglibdoc?

2006-03-14 Thread Bernd Bohmann

Ask google for taglib maven2 plugin :-)

Bernd

KC Baltz schrieb:
Thanks, that worked.  I had been trying with groupId maven-taglib.  

How did you determine the groupId?  Is it just assumed from the website address maven-taglib.sourceforge.net == net.sourceforge.maven-taglib ?  I had searched ibiblio and the first hits  were for the non-sourceforge version.  


K.C.



-Original Message-
From: Bernd Bohmann [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 14, 2006 8:38 AM
To: Maven Users List
Subject: Re: [m2] Has anyone gotten the maven-taglib plugin to produce
taglibdoc?


How about with

http://maven-taglib.sourceforge.net/m2/

groupIdnet.sourceforge.maven-taglib/groupId
artifactIdmaven-taglib-plugin/artifactId

Bernd

KC Baltz schrieb:


I'd like to produce taglibdoc for our custom taglibs (E.g. 
http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/index.html).  It looks 
like someone created a Maven plugin for doing just that ( 
http://sourceforge.net/projects/maven-taglib/), but I can't get it to work in 
Maven2.  Anyone else have success?

K.C.





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [m2] Has anyone gotten the maven-taglib plugin to produce taglibdoc?

2006-03-14 Thread Stephen Duncan
It says on the documentation page: 
http://maven-taglib.sourceforge.net/m2/overview.html

(Though it incorrectly leaves out plugins around the plugin inside
of reporting)

-Stephen

On 3/14/06, Bernd Bohmann [EMAIL PROTECTED] wrote:
 How about with

 http://maven-taglib.sourceforge.net/m2/

 groupIdnet.sourceforge.maven-taglib/groupId
 artifactIdmaven-taglib-plugin/artifactId

 Bernd

 KC Baltz schrieb:
  I'd like to produce taglibdoc for our custom taglibs (E.g. 
  http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/index.html).  It 
  looks like someone created a Maven plugin for doing just that ( 
  http://sourceforge.net/projects/maven-taglib/), but I can't get it to work 
  in Maven2.  Anyone else have success?
 
  K.C.
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
Stephen Duncan Jr
www.stephenduncanjr.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]