This subdirectory contains java code for NeXML processing. Specifically, the directory structure is as follows:

As of 26/6/09 the NeXML/Java project uses maven for building and dependency management. This means that you can run goals such as mvn test, mvn compile, mvn install and mvn clean. For more info, consult the pom.xml. In addition to using mvn to build and install the code here, you can also use the nexml maven repository at:
<repository>
   <id>m2.nexml.repos</id>
   <name>NeXML Remote Repository</name>
   <url>http://nexml-dev.nescent.org/.m2/repository/</url>   
</repository>  
From where you can download nexml as:
<dependency>
   <groupId>org.nexml.model</groupId>
   <artifactId>nexml</artifactId>
   <version>1.5-SNAPSHOT</version>
</dependency>