#------------------------------------------------------------------------------- # Copyright (c) 2011, BAE Systems. # Developed with the sponsorship of the Defense Advanced Research Projects Agency (DARPA). # # Permission is hereby granted, free of charge, to any person obtaining a copy of this data, # including any software or models in source or binary form, as well as any drawings, # specifications, and documentation (collectively "the Data"), to deal in the Data without restriction, # including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Data, and to permit persons to whom the Data is furnished to do so, # subject to the following conditions: # # The above copyright notice and this permission notice shall be included in all copies or substantial # portions of the Data. # # THE DATA IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING # BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE # AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS, SPONSORS, DEVELOPERS, CONTRIBUTORS, # OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN # ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE # DATA OR THE USE OR OTHER DEALINGS IN THE DATA. #------------------------------------------------------------------------------- This project will install maven parent artifacts required by META. Run 'mvn install' from this directory. Alternative from Eclipse; 'Import Existing Maven Project'. Select this pom.xml. Run As�Maven Install. # MAVEN DEVELOPMENT http://www.sonatype.com/books/maven-book/ There are three books here worth knowing about; http://www.sonatype.com/books/maven-book/maven-by-example.html http://www.sonatype.com/books/maven-book/maven-the-complete-reference.html http://www.sonatype.com/books/maven-book/developing-with-eclipse-and-maven.html # ECLIPSE WORKSPACE Needs to be outside of the SVN checkout tree; e.g. when you check out trunk locally, do not create a new Eclipse workspace in or under trunk. ## Notes on Eclipse and MAVEN - not yet actionable We want the pom to be the principal project definition. Eclipse will create .project and .settings directories which we do not want as part of Subversion. However, we want the Spring Nature to be enabled in Eclipse. org.springframework.ide.eclipse.core.springnature org.maven.ide.eclipse.maven2Nature org.eclipse.wst.common.project.facet.core.nature http://maven.apache.org/plugins/maven-eclipse-plugin/examples/provide-project-natures-and-build-commands.html We want svn to ignore .project, .classpath, .settings/, target/.