]> jfr.im git - irc/rizon/acid.git/blobdiff - pyva/pom.xml
Format poms, add names
[irc/rizon/acid.git] / pyva / pom.xml
index f9f7bdd978f06a3de5027fd41892c45b76164704..b6a159dee0af59c103addac8e991a29075378d09 100644 (file)
@@ -1,24 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
+       <modelVersion>4.0.0</modelVersion>
 
-  <parent>
-    <groupId>net.rizon</groupId>
-    <artifactId>acid</artifactId>
-    <version>4.0-SNAPSHOT</version>
-  </parent>
+       <parent>
+               <groupId>net.rizon</groupId>
+               <artifactId>acid</artifactId>
+               <version>4.0-SNAPSHOT</version>
+       </parent>
   
-  <artifactId>acid-pyva</artifactId>
-  <packaging>pom</packaging>
+       <artifactId>acid-pyva</artifactId>
+       <name>Acid Pyva</name>
+       <packaging>pom</packaging>
 
-  <modules>
-    <!-- core module, does nothing, but is packaged with pyva-native, so that the
-        plugin classloader can pick up Pyva from the pyva module below. Can not be reloaded -->
-    <module>core</module>
-    <!-- Pyva interfacer -->
-    <module>pyva</module>
-    <!-- Native pyva library, external (is a submodule). 'Core' packages with this it
-        as a dependency.  -->
-    <module>libpyva</module>
-  </modules>
+       <modules>
+               <!-- core module, does nothing, but is packaged with pyva-native, so that the
+               plugin classloader can pick up Pyva from the pyva module below. Can not be reloaded -->
+               <module>core</module>
+               <!-- Pyva interfacer -->
+               <module>pyva</module>
+               <!-- Native pyva library, external (is a submodule). 'Core' packages with this it
+               as a dependency.  -->
+               <module>libpyva</module>
+       </modules>
 </project>