dev@glassfish.java.net

Re: Build failure: jsp-api jar version 2.1.3-b05 missing from maven repo

From: Jan Luehe <Jan.Luehe_at_Sun.COM>
Date: Thu, 24 Sep 2009 14:10:41 -0700

>
> In fact, we are only about to integrate the new JSP artifcats,
> including javax.servlet.jsp:jsp-api:jar:2.1.3-b05:
>
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 31844)
> +++ pom.xml (working copy)
> @@ -90,8 +90,8 @@
> <mail.version>1.4.2</mail.version>
> <management-api.version>1.1-rev-1</management-api.version>
> <jms-api.version>1.1-rev-1</jms-api.version>
> - <jsp-api.version>2.1.3-b04</jsp-api.version>
> - <jsp-impl.version>2.1.3-b16</jsp-impl.version>
> + <jsp-api.version>2.1.3-b05</jsp-api.version>
> + <jsp-impl.version>2.1.3-b17</jsp-impl.version>
> <el-api.version>2.1.2-b05</el-api.version>
> <el-impl.version>2.1.2-b05</el-impl.version>
> <jstl-impl.version>1.2</jstl-impl.version>

I now see the required JAR under
  
http://maven.glassfish.org/content/groups/glassfish/javax/servlet/jsp/jsp-api/2.1.3-b05/.
I was also able to perform the above integration in my local ws.
I'll go ahead and commit the above diffs.


Jan


>
> Jan
>
>>
>> I'll see if I can reproduce.
>>
>> -Kin-man
>>
>> On 09/24/09 12:11, Sahoo wrote:
>>> I am refreshing my workspace after some days. I am getting a build
>>> failure like this:
>>>
>>> /Caused by:
>>> org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException:
>>> Missing:
>>> ----------
>>> 1) javax.servlet.jsp:jsp-api:jar:2.1.3-b05
>>>
>>> Try downloading the file manually from the project website.
>>>
>>> Then, install it using the command:
>>> mvn install:install-file -DgroupId=javax.servlet.jsp
>>> -DartifactId=jsp-api -Dversion=2.1.3-b05 -Dpackaging=jar
>>> -Dfile=/path/to/file
>>>
>>> Alternatively, if you host your own repository you can deploy the
>>> file there:
>>> mvn deploy:deploy-file -DgroupId=javax.servlet.jsp
>>> -DartifactId=jsp-api -Dversion=2.1.3-b05 -Dpackaging=jar
>>> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>>>
>>> Path to dependency:
>>> 1) org.glassfish:verifier:hk2-jar:3.0-SNAPSHOT
>>> 2) org.glassfish.web:jsp-impl:jar:2.1.3-b16
>>> 3) javax.servlet.jsp:jsp-api:jar:2.1.3-b05
>>>
>>> ----------
>>> 1 required artifact is missing.
>>>
>>> for artifact:
>>> org.glassfish:verifier:hk2-jar:3.0-SNAPSHOT
>>>
>>> from the specified remote repositories:
>>> central (http://repo1.maven.org/maven2),
>>> glassfish-repo-archive
>>> (http://maven.glassfish.org/content/groups/glassfish)
>>> /
>>>
>>> When I go to the maven repo [1], I only see a pom and sha file as
>>> you can see from the attached screenshot; there is no jar file. How
>>> is build succeeding for others?
>>>
>>> Thanks,
>>> Sahoo
>>>
>>> [1]
>>> http://maven.glassfish.org/content/groups/glassfish/javax/servlet/jsp/jsp-api/2.1.3-b05/
>>>
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
>