Use field variable with qualified field name. FIX namespace!
[marc4j.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 201244c..a2b1b70 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <artifactId>normalizer</artifactId>
                        <version>1.3.1</version>
                </dependency>
+<!-- 
+               <dependency>
+                       <groupId>net.sourceforge.saxon</groupId>
+                       <artifactId>saxon</artifactId>
+                       <version>9.1.0.8</version>
+               </dependency>
+               <dependency>
+                       <groupId>net.sourceforge.saxon</groupId>
+                       <artifactId>saxon</artifactId>
+                       <version>9.1.0.8</version>
+                       <classifier>dom</classifier>
+               </dependency>
+ -->
        </dependencies>
+       <properties>
+               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+       </properties>
        <build>
+               <pluginManagement>
+                       <plugins>
+                               <plugin>
+                                       <groupId>org.apache.maven.plugins</groupId>
+                                       <artifactId>maven-compiler-plugin</artifactId>
+                                       <inherited>true</inherited>
+                                       <configuration>
+                                               <source>1.6</source>
+                                               <target>1.6</target>
+                                       </configuration>
+                               </plugin>
+                       </plugins>
+               </pluginManagement>
                <sourceDirectory>src</sourceDirectory>
                <!-- <testSourceDirectory>src/test/java</testSourceDirectory> <testResources> 
                        <testResource> <directory>src/test/resources</directory> </testResource> 
-                       </testResources> <resources> <resource> <directory>src/main/resource</directory> 
-                       </resource> </resources> -->
+                       </testResources> -->
+               <resources>
+                       <resource>
+                               <directory>src</directory>
+                               <includes>
+                                   <include>**/codetables*.xml</include>
+                    <include>**/package.html</include>
+                               </includes>
+                       </resource>
+               </resources>
        </build>
-
-
        <distributionManagement>
                <repository>
                        <uniqueVersion>false</uniqueVersion>