2012/3/18 Jeremy Boynes <jboy...@apache.org>:
> Since this release, I've updated the parent pom to move all the site 
> information into the site module. I plan to fix the duplicate file issue 
> soon. Were there an other issues with the last release before doing V2? If 
> not, I'll also start preparing a release of the tags themselves.

Do you know, why Taglibs-All [1] at Jenkins is failing?

[1] https://builds.apache.org/job/Taglibs-All/

I suspect that it might be caused by some taglibs (extended, rdc)
still referencing
  <parent>
    <groupId>org.apache.taglibs</groupId>
    <artifactId>taglibs-parent</artifactId>
    <version>1-SNAPSHOT</version>
    <relativePath>../taglibs-parent/pom.xml</relativePath>
  </parent>

where it should be either "1" or "2-SNAPSHOT",
but it might be that there is some other cause..

Besides saying that it cannot find 1-SNAPSHOT it also says

[WARNING] 'parent.relativePath' points at
org.apache.tomcat.taglibs:taglibs-aggregator instead of
org.apache:apache, please verify your project structure @ line 20,
column 11


Other taglibs reference "2-SNAPSHOT", with exception of standard
taglib that references version "1" of parent now (I changed 1-SNAPSHOT
-> 1 to fix Gump build of that library).

Best regards,
Konstantin Kolinko

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

Reply via email to