Here's what I got for the plugin:
<plugin>
<groupId>net.sourceforge.maven-taglib</groupId>
<artifactId>maven-taglib-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<taglib.src.dir>META-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
> <groupId>net.sourceforge</groupId> to get the one that Evan linked
> to...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]