X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=security%2Fdep%2Forg.argeo.security.dep.node%2Fpom.xml;h=02f839f37d78cb46f2bdce64aaca7dd834b19f67;hb=cf6a0a76a1f0e471c31e2190db80949fb3dd5f51;hp=9a24af670644f2693eb4e74d66e9702ab722d7c8;hpb=0e0128a5937cd74efd5b64e422727e6cc3284c40;p=lgpl%2Fargeo-commons.git diff --git a/security/dep/org.argeo.security.dep.node/pom.xml b/security/dep/org.argeo.security.dep.node/pom.xml index 9a24af670..02f839f37 100644 --- a/security/dep/org.argeo.security.dep.node/pom.xml +++ b/security/dep/org.argeo.security.dep.node/pom.xml @@ -8,15 +8,20 @@ .. org.argeo.security.dep.node - Commons Node Dependencies - pom + Node Backend org.argeo.maven.plugins maven-argeo-osgi-plugin - ${version.maven-argeo-osgi} + + generate-descriptors + + descriptors + + generate-resources + check-osgi test @@ -62,7 +67,69 @@ com.springsource.org.apache.xalan + + + javax.xml.soap + com.springsource.javax.xml.soap + + + javax.activation + com.springsource.javax.activation + + + javax.annotation + com.springsource.javax.annotation + + + javax.xml.ws + com.springsource.javax.xml.ws + + + javax.xml.bind + com.springsource.javax.xml.bind + + + javax.mail + com.springsource.javax.mail + + + + + org.apache.commons + com.springsource.org.apache.commons.vfs + + + org.argeo.dep.osgi + org.argeo.dep.osgi.commons.exec + + + org.argeo.dep.osgi + org.argeo.dep.osgi.commons.cli + + + org.apache.commons + com.springsource.org.apache.commons.dbcp + + + + org.springframework + org.springframework.context.support + + + + + + + + + + + org.springframework + org.springframework.jms + + + org.springframework.osgi org.springframework.osgi.extender @@ -108,26 +175,10 @@ 0.3.4-SNAPSHOT - - - javax.xml.soap - com.springsource.javax.xml.soap - + - javax.activation - com.springsource.javax.activation - - - javax.annotation - com.springsource.javax.annotation - - - javax.xml.ws - com.springsource.javax.xml.ws - - - javax.xml.bind - com.springsource.javax.xml.bind + com.opensymphony.quartz + com.springsource.org.quartz @@ -196,11 +247,26 @@ - org.argeo.commons.security - org.argeo.security.dep.ads + org.argeo.commons.server + org.argeo.server.dep.ads 0.3.4-SNAPSHOT pom + + org.argeo.commons.server + org.argeo.server.ads.server + 0.3.4-SNAPSHOT + + + org.argeo.commons.server + org.argeo.server.ads + 0.3.4-SNAPSHOT + + + + + + @@ -231,4 +297,124 @@ 0.3.4-SNAPSHOT + + + rpmbuild + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-node + package + + copy-dependencies + + + jar + org.argeo.commons.basic,org.argeo.commons.osgi,org.argeo.commons.server,org.argeo.commons.security + org.argeo.osgi.boot + ${project.build.directory}/node + + + + + + org.codehaus.mojo + rpm-maven-plugin + + + rpm-node + package + + rpm + + + argeo-node + 2011 Argeo + + + /usr/share/osgi + root + root + 644 + false + + + ${project.build.directory}/node + + + + + + argeo-node-tp + + + + + + + + + + rpmbuild-tp + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-tp + package + + copy-dependencies + + + jar + org.argeo.commons.basic,org.argeo.commons.osgi,org.argeo.commons.server,org.argeo.commons.security + org.eclipse.osgi + ${project.build.directory}/node-tp + + + + + + org.codehaus.mojo + rpm-maven-plugin + + + rpm-node-tp + package + + rpm + + + argeo-node-tp + rpm-tp + ${version.argeo-distribution} + + + /usr/share/osgi + root + root + 644 + false + + + ${project.build.directory}/node-tp + + + + + + + + + + + +