You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Lamy (JIRA)" <ji...@codehaus.org> on 2008/06/03 22:09:53 UTC

[jira] Commented: (MEV-590) JSTL 1.2 not installed in repo correctly

    [ http://jira.codehaus.org/browse/MEV-590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=137283#action_137283 ] 

Olivier Lamy commented on MEV-590:
----------------------------------

this artifact is here http://download.java.net/maven/1/javax.servlet.jsp.jstl/jars/

You can configure this repo in your pom or settings :
{code:xml}
    <repository>
      <id>maven1-repository.dev.java.net</id>
      <name>Java.net Repository for Maven 1</name>
      <url>http://download.java.net/maven/1/</url>
      <layout>legacy</layout>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>      
    </repository>
{code}
It it's fine please close the issue.
Thanks!

> JSTL 1.2 not installed in repo correctly
> ----------------------------------------
>
>                 Key: MEV-590
>                 URL: http://jira.codehaus.org/browse/MEV-590
>             Project: Maven Evangelism
>          Issue Type: Bug
>            Reporter: Frank Adcock
>
> JSTL 1.2 is located at http://repo1.maven.org/maven2/javax/servlet/jstl/1.2
> It is not referenced in the maven metadata information for the directory http://repo1.maven.org/maven2/javax/servlet/jstl/
> It does not have any metadata information in the 1.2 directory.
> There is no link to the top level jstl directory http://repo1.maven.org/maven2/jstl/
> It appears as if it was not installed correctly into the repo.
> Apologies if this is filed against the wrong project or category.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira