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

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

2011-09-20 Thread Hahn, Christopher (SAN DIEGO)
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

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

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

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

Re: taglib plugin

2008-01-04 Thread Evan Worley
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

Re: taglib plugin

2008-01-03 Thread Dmitry Beransky
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

Re: taglib plugin

2008-01-03 Thread Evan Worley
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

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 ?

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

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

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

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

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

Re: taglib plugin

2008-01-02 Thread Evan Worley
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

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

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

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

[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

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

2006-03-14 Thread KC Baltz
. 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

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

2006-03-14 Thread Bernd Bohmann
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

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

2006-03-14 Thread Stephen Duncan
/ 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