From 7c279747beb43c7e88633a6228a155a30e6834f7 Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Mon, 27 May 2024 11:38:33 -0400 Subject: Initial import --- pom.xml | 151 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..fdefa44 --- /dev/null +++ b/pom.xml @@ -0,0 +1,151 @@ + + 4.0.0 + net.israfil.foundation + israfil-foundation-all + 5-SNAPSHOT + pom + Israfil Foundation: All + Foundation Frameworks from Israfil Consulting Services + 2006 + http://www.israfil.net/projects/foundation + + israfil-foundation-core + israfil-foundation-dynamic + israfil-foundation-cache + israfil-foundation-collections + israfil-foundation-container + israfil-foundation-concurrent + israfil-foundation-lifecycle + israfil-foundation-notification + israfil-foundation-testing + israfil-foundation-nspace + israfil-foundation-valuemodel + + + + BSD + repo + http://www.israfil.net/israfil-license-bsd.txt + A simple open-source license with minimal restrictions + + + + + + maven-release-plugin + + https://israfil-foundation.googlecode.com/svn/tags/RELEASE + + + + org.codehaus.mojo + cobertura-maven-plugin + + clean + + + + maven-compiler-plugin + + 11 + 11 + + + + + + + org.testng + testng + 5.7 + jdk15 + + + junit + junit + + + + + org.jmock + jmock + 2.4.0 + + + + + + israfil + Israfil Deploy + scp://repo.israfil.net/var/www/vhosts/repo.israfil.net/htdocs/maven2 + + + + israfil + Israfil Snapshot + scp://repo.israfil.net/var/www/vhosts/repo.israfil.net/htdocs/maven2-snapshots + + + website + scp://projects.israfil.net/var/www/vhosts/projects.israfil.net/htdocs/foundation + + + + + + maven-javadoc-plugin + + + org.codehaus.mojo + jxr-maven-plugin + + + org.codehaus.mojo + surefire-report-maven-plugin + + always + + + + org.codehaus.mojo + cobertura-maven-plugin + + + org.codehaus.mojo + taglist-maven-plugin + + + org.codehaus.mojo + jdepend-maven-plugin + + + maven-checkstyle-plugin + + + com.google.testability-explorer + maven2-testability-plugin + + + org.codehaus.mojo + findbugs-maven-plugin + + false + Normal + Default + + FindDeadLocalStores,UnreadFields + FindDeadLocalStores,UnreadFields + + + + + + + scm:svn:http://israfil-foundation.googlecode.com/svn/trunk + scm:svn:https://israfil-foundation.googlecode.com/svn/trunk + http://israfil-foundation.googlecode.com/svn + + -- cgit v1.2.3