Expand on maven repo
[yaz4j-moved-to-github.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0096f9a..50180c1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
   <licenses>
     <license>
       <name>BSD</name>
-      <url>http://www.opensource.org/licenses/bsd-license.php</url>
+      <url>http://www.opensource.org/licenses/BSD-3-Clause</url>
     </license>
   </licenses>
   <description>Java wrapper for the ZOOM API of YAZ</description>
             <phase>generate-sources</phase>
             <inherited>false</inherited>
             <configuration>
-              <tasks>
+              <target>
                 <echo message="Using include: ${yaz.include}"/>
                 <mkdir dir="target/generated-sources/java/org/yaz4j/jni"/>
                 <mkdir dir="target/generated-sources/native" />
                   <arg value="-java"/>
                   <arg value="src/main/swig/libyaz4j.i"/>
                 </exec>
-              </tasks>
+              </target>
             </configuration>
             <goals>
               <goal>run</goal>
                   <goal>run</goal>
                 </goals>
                 <configuration>
-                  <tasks>
+                  <target>
                     <exec executable="${yaz.config}" 
                       outputproperty="yaz-config.include"
                       errorproperty="yaz-config.error">
                     <mkdir dir="${basedir}/target"/>
                     <echo file="${basedir}/target/swig.properties"
                       message="yaz.include=${yaz.include}"/>
-                  </tasks>
+                  </target>
                 </configuration>
               </execution>
             </executions>