[Building Sakai] Issue? during maven build

Gerwood Stewart gstewar8 at une.edu.au
Mon Jun 15 16:59:53 PDT 2009


Anthony

This appears to be working fine. Thanks

Thanks
Gerwood


On 16/06/09 12:32 AM, "Anthony Whyte" <arwhyte at umich.edu> wrote:

> Gerwood--I've rebuild the /jaxen portion of our Maven2 repo to
> eliminate (I hope) the issue you are seeing.  There should now be no
> need to create a faux pom since it now exists in the repo.
> 
> http://source.sakaiproject.org/maven2/jaxen/jaxen/
> 
> If you can confirm that the changes work for you by
> 
> 1) delete the ~/.m2/repository/jaxen portion of your repo
> 2) do a mvn clean install on your sakai source and see maven finds the
> jaxen-1.1-beta-10.pom
> 
> I'd appreciate it.
> 
> http://source.sakaiproject.org/maven2/jaxen/jaxen/1.1-beta-10/jaxen-1.1-beta-1
> 0.pom
> 
> Cheers,
> 
> Anth
> 
> 
> 
> 
> 
> On Jun 15, 2009, at 4:36 AM, Matthew Buckett wrote:
> 
>> 2009/6/15 Gerwood Stewart <gstewar8 at une.edu.au>:
>>> We are seeing this a lot in our 2.5.4 build.
>>> 
>>> Is this actually a problem.
>> 
>> Not a big one. Your builds will work fine.
>> 
>>> In post (possibly all) cases it seems to only
>>> have an issue retrieving the POM file
>>> See the bold line. I believe this is the repository most of this is
>>> meant to
>>> come from...
>> 
>> Yep, basically the issue is that the artifact (eg
>> jaxen-1.1-beta-10.jar file)  exists in the Sakai repository but
>> doesn't have a .pom file to describe it (it's dependencies, copyright,
>> author, etc). Your maven build will work fine without a .pom file for
>> this artifact but maven will attempt to download one every time you
>> perform a build.
>> 
>> To get rid of this warning either:
>> -  build in offline mode: mvn -o install
>> or
>> - Create a fake jaxen-1.1-beta-10.pom file in your local repository
>> with the basic information (groupId, artifactId, version, etc),
>> however there are quite a few artifacts that don't have .pom files
>> used in the Sakai build.
>> 
>> -- 
>>  Matthew Buckett
>> _______________________________________________
>> sakai-dev mailing list
>> sakai-dev at collab.sakaiproject.org
>> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>> 
>> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org
>>  with a subject of "unsubscribe"
>> 
>> 
> 



More information about the sakai-dev mailing list