summaryrefslogtreecommitdiff
path: root/projects/net.wotonomy.all/pom.xml
diff options
context:
space:
mode:
authorBenjamin Culkin <scorpress@gmail.com>2024-05-19 17:56:33 -0400
committerBenjamin Culkin <scorpress@gmail.com>2024-05-19 17:56:33 -0400
commitaedc34d55462a75e329bbf342251ff6504cd117e (patch)
treebcc8f1f2352582717b484df302aeea6696b8f000 /projects/net.wotonomy.all/pom.xml
Initial import from SVN
Diffstat (limited to 'projects/net.wotonomy.all/pom.xml')
-rw-r--r--projects/net.wotonomy.all/pom.xml72
1 files changed, 72 insertions, 0 deletions
diff --git a/projects/net.wotonomy.all/pom.xml b/projects/net.wotonomy.all/pom.xml
new file mode 100644
index 0000000..330062f
--- /dev/null
+++ b/projects/net.wotonomy.all/pom.xml
@@ -0,0 +1,72 @@
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>net.wotonomy</groupId>
+ <artifactId>wotonomy-all</artifactId>
+ <version>1.0-alpha5-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>Wotonomy - Parent Project</name>
+ <description> Wotonomy - A free system for creating great database-oriented swing or web applications.</description>
+ <url>http://wotonomy.sourceforge.net</url>
+ <modules>
+ <module>../net.wotonomy.datastore</module>
+ <module>../net.wotonomy.foundation</module>
+ <module>../net.wotonomy.persistence</module>
+ <module>../net.wotonomy.persistence.adapter.jdbc</module>
+ <module>../net.wotonomy.ui</module>
+ <module>../net.wotonomy.ui.swing</module>
+ <module>../net.wotonomy.web</module>
+ <module>../net.wotonomy.test</module>
+ </modules>
+ <ciManagement>
+ <system>continuum</system>
+ </ciManagement>
+ <distributionManagement>
+ <!-- use the following if you're not using a snapshot version. -->
+ <repository>
+ <id>israfil</id>
+ <name>Israfil Deploy</name>
+ <url>scp://mikail.israfil.net/var/www/vhosts/www.israfil.net/htdocs/maven2</url>
+ <!--<url>file:///E:/tmp/i-deploy</url>-->
+ </repository>
+ <!-- use the following if you ARE using a snapshot version. -->
+ <snapshotRepository>
+ <id>israfil</id>
+ <name>Israfil Snapshot</name>
+ <url>scp://mikail.israfil.net/var/www/vhosts/www.israfil.net/htdocs/maven2</url>
+ <!--<url>file:///E:/tmp/i-deploy</url>-->
+ </snapshotRepository>
+ <site>
+ <id>website</id>
+ <url>scp://cgruber@shell.sourceforge.net/home/groups/w/wo/wotonomy/htdocs</url>
+ </site>
+ </distributionManagement>
+ <scm>
+ <connection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.all</connection>
+ <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.all</developerConnection>
+ </scm>
+ <developers>
+ <developer>
+ <name>Christian Gruber</name>
+ <email>cgruber@israfil.net</email>
+ <url>http://www.israfil.net/</url>
+ <organization>
+ Israfil Consulting Services Corporation
+ </organization>
+ <roles>
+ <role>Admin</role>
+ <role>Developer</role>
+ <role>Build Manager</role>
+ </roles>
+ <timezone>-5</timezone>
+ </developer>
+ <developer>
+ <name>Micheal Powers</name>
+ <email>mpowers@users.sourceforge.net</email>
+ <url>http://sourceforge.net/users/mpowers/</url>
+ <roles>
+ <role>Admin</role>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ </developers>
+</project>