google-code-export / morphia

Automatically exported from code.google.com/p/morphia
1 stars 0 forks source link

entityscanner-plug needs a Maven repository spec #258

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

When building Morphia from source at the head of SVN, one requires a Maven 
repository for the org.reflections:reflections artifact in the 
entityscanner-plug pom.  Otherwise the build fails owing to the unresolved 
dependency.

<repositories>
   <repository>
       <id>reflections-repo</id>
       <name>Reflections Maven2 Repository</name>
       <url>http://reflections.googlecode.com/svn/repo</url>
   </repository>
</repositories>

Diff attached.

Original issue reported on code.google.com by m...@petrovic.org on 29 Mar 2011 at 2:12

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1735.

Original comment by scotthernandez on 3 Apr 2011 at 4:27

GoogleCodeExporter commented 9 years ago

Original comment by scotthernandez on 3 Apr 2011 at 4:53

GoogleCodeExporter commented 9 years ago

Original comment by scotthernandez on 12 Nov 2011 at 7:39