Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
frascati
frascati
Commits
2a2741da
Commit
2a2741da
authored
Dec 03, 2009
by
Christophe Demarey
Browse files
Rollback commit #2219 generated by maven-release-plugin while testing.
parent
780d6180
Changes
47
Hide whitespace changes
Inline
Side-by-side
assembly-factory/core-factory/pom.xml
View file @
2a2741da
<?xml version="1.0"?>
<!--
* OW2 FraSCAti: Core Factory
*
* Copyright (c) 2008-2009 INRIA, USTL
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Contact: frascati@ow2.org
*
* Author: Damien Fournier
*
* Contributor(s): Christophe Demarey
* Nicolas Dolet
* Pierre Carton
-->
<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/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.ow2.frascati.factory
</groupId>
<version>
1.2
</version>
</parent>
<groupId>
org.ow2.frascati.factory
</groupId>
<artifactId>
frascati-af-core
</artifactId>
<name>
FraSCAti Assembly Factory: Core Factory Module
</name>
<url>
http://frascati.ow2.org/
</url>
<inceptionYear>
2007
</inceptionYear>
<developers>
<developer>
<id>
fournier
</id>
<name>
Damien Fournier
</name>
<email>
Damien.Fournier@inria.fr
</email>
<organization>
INRIA
</organization>
<organizationUrl>
http://www.inria.fr
</organizationUrl>
<roles>
<role>
Architect
</role>
<role>
Developer
</role>
</roles>
</developer>
</developers>
<!-- ======= -->
<!-- Build -->
<!-- ======= -->
<build>
<defaultGoal>
install
</defaultGoal>
<plugins>
<!-- To compile source code. -->
<plugin>
<artifactId>
maven-compiler-plugin
</artifactId>
</plugin>
<!--
Compile the architecture of the FraSCAti assembly
factory with JuliaC.
-->
<plugin>
<groupId>
org.objectweb.fractal.juliac
</groupId>
<artifactId>
maven-juliac-plugin
</artifactId>
<configuration>
<adls><adl>
org.ow2.frascati.factory.Frascati
</adl></adls>
</configuration>
</plugin>
<!-- Plugin for image generation representing the dependencies graph -->
<!-- To use this plugin, type: 'mvn depgraph:depgraph' -->
<!-- This plugin requires the 'dot' library, provided by the -->
<!-- GraphViz software (http://www.graphviz.org ) -->
<plugin>
<groupId>
ch.elca.el4j.maven.plugins
</groupId>
<artifactId>
maven-depgraph-plugin
</artifactId>
</plugin>
<!-- Build the binary assembly. -->
<plugin>
<artifactId>
maven-assembly-plugin
</artifactId>
<groupId>
org.apache.maven.plugins
</groupId>
<configuration>
<descriptors>
<descriptor>
assembly-bin.xml
</descriptor>
</descriptors>
</configuration>
</plugin>
</plugins>
</build>
<!-- ============ -->
<!-- Dependencies -->
<!-- ============ -->
<dependencies>
<dependency>
<groupId>
org.objectweb.fractal.juliac
</groupId>
<artifactId>
juliac-runtime
</artifactId>
</dependency>
<dependency>
<groupId>
org.objectweb.fractal
</groupId>
<artifactId>
fractal-util
</artifactId>
</dependency>
<!-- The FraSCAti Tinfi runtime. -->
<dependency>
<groupId>
org.ow2.frascati.tinfi
</groupId>
<artifactId>
frascati-tinfi-membranes-oo
</artifactId>
</dependency>
<dependency>
<groupId>
org.ow2.frascati.tinfi
</groupId>
<artifactId>
frascati-tinfi-runtime
</artifactId>
</dependency>
<!-- TODO : Enable OSGI support -->
<dependency>
<groupId>
org.objectweb.fractal.juliac.osgi
</groupId>
<artifactId>
juliac-osgi-membranes-oo
</artifactId>
</dependency>
<dependency>
<groupId>
org.objectweb.fractal.juliac.osgi
</groupId>
<artifactId>
juliac-osgi-runtime-felix
</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.objectweb.fractal.juliac.osgi</groupId>-->
<!-- <artifactId>juliac-osgi-compiler</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>
org.objectweb.fractal.juliac.osgi
</groupId>
<artifactId>
juliac-osgi-bootstrap
</artifactId>
</dependency>
<dependency>
<groupId>
org.objectweb.fractal.juliac
</groupId>
<artifactId>
juliac-jdt
</artifactId>
</dependency>
<!-- The Fractal Binding Factory. -->
<dependency>
<groupId>
org.objectweb.fractal.bf
</groupId>
<artifactId>
fractal-bf-core
</artifactId>
</dependency>
<dependency>
<groupId>
org.objectweb.fractal.bf.connectors
</groupId>
<artifactId>
fractal-bf-connectors-soap-cxf
</artifactId>
</dependency>
<dependency>
<groupId>
org.objectweb.fractal.bf.connectors
</groupId>
<artifactId>
fractal-bf-connectors-rmi
</artifactId>
</dependency>
<dependency>
<groupId>
org.objectweb.fractal.bf.connectors
</groupId>
<artifactId>
fractal-bf-connectors-rest-cxf
</artifactId>
</dependency>
<dependency>
<groupId>
org.objectweb.fractal.bf.connectors
</groupId>
<artifactId>
fractal-bf-connectors-json-rpc
</artifactId>
</dependency>
<!-- Required for using the binding factory -->
<dependency>
<groupId>
org.objectweb.fractal.fractaladl
</groupId>
<artifactId>
task-deployment
</artifactId>
</dependency>
<!-- Spring dependencies. -->
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-core
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-beans
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
</dependency>
<!-- STP SCA model -->
<dependency>
<groupId>
org.eclipse.stp.sca
</groupId>
<artifactId>
sca-model
</artifactId>
</dependency>
<dependency>
<groupId>
org.eclipse.stp.sca.domainmodel
</groupId>
<artifactId>
frascati-model
</artifactId>
</dependency>
<dependency>
<groupId>
org.eclipse.stp.sca.introspection
</groupId>
<artifactId>
sca-model-introspection
</artifactId>
</dependency>
<!-- EMF required library. When activating validation -->
<dependency>
<groupId>
org.eclipse.equinox
</groupId>
<artifactId>
common
</artifactId>
</dependency>
<!-- the Assembly Factory parser -->
<dependency>
<groupId>
org.ow2.frascati.factory
</groupId>
<artifactId>
frascati-af-parser
</artifactId>
<version>
${project.version}
</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.ow2.frascati.model</groupId>-->
<!-- <artifactId>frascati-model</artifactId>-->
<!-- <version>${project.version}</version>-->
<!-- </dependency>-->
<!-- Required to compile FraSCAti with Java 1.5 -->
<dependency>
<groupId>
javax.script
</groupId>
<artifactId>
script-api
</artifactId>
<version>
1.0
</version>
</dependency>
</dependencies>
<!-- ============= -->
<!-- Repositories -->
<!-- ============= -->
<!-- This repository contains the script-api artifact -->
<repositories>
<repository>
<id>
ibiblio-mule
</id>
<name>
Ibiblio dependencies
</name>
<url>
http://mirrors.ibiblio.org/pub/mirrors/maven/mule/dependencies/maven2
</url>
</repository>
<!-- Repository for org.jabsorb:jabsorb:jar:1.3.1 artifact -->
<repository>
<id>
tuscany
</id>
<url>
http://svn.apache.org/repos/asf/tuscany/maven
</url>
</repository>
</repositories>
</project>
<?xml version="1.0"?>
<!--
* OW2 FraSCAti: Core Factory
*
* Copyright (c) 2008-2009 INRIA, USTL
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Contact: frascati@ow2.org
*
* Author: Damien Fournier
*
* Contributor(s): Christophe Demarey
* Nicolas Dolet
* Pierre Carton
-->
<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/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.ow2.frascati.factory
</groupId>
<version>
1.2-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.factory
</groupId>
<artifactId>
frascati-af-core
</artifactId>
<name>
FraSCAti Assembly Factory: Core Factory Module
</name>
<url>
http://frascati.ow2.org/
</url>
<inceptionYear>
2007
</inceptionYear>
<developers>
<developer>
<id>
fournier
</id>
<name>
Damien Fournier
</name>
<email>
Damien.Fournier@inria.fr
</email>
<organization>
INRIA
</organization>
<organizationUrl>
http://www.inria.fr
</organizationUrl>
<roles>
<role>
Architect
</role>
<role>
Developer
</role>
</roles>
</developer>
</developers>
<!-- ======= -->
<!-- Build -->
<!-- ======= -->
<build>
<defaultGoal>
install
</defaultGoal>
<plugins>
<!-- To compile source code. -->
<plugin>
<artifactId>
maven-compiler-plugin
</artifactId>
</plugin>
<!--
Compile the architecture of the FraSCAti assembly
factory with JuliaC.
-->
<plugin>
<groupId>
org.objectweb.fractal.juliac
</groupId>
<artifactId>
maven-juliac-plugin
</artifactId>
<configuration>
<adls><adl>
org.ow2.frascati.factory.Frascati
</adl></adls>
</configuration>
</plugin>
<!-- Plugin for image generation representing the dependencies graph -->
<!-- To use this plugin, type: 'mvn depgraph:depgraph' -->
<!-- This plugin requires the 'dot' library, provided by the -->
<!-- GraphViz software (http://www.graphviz.org ) -->
<plugin>
<groupId>
ch.elca.el4j.maven.plugins
</groupId>
<artifactId>
maven-depgraph-plugin
</artifactId>
</plugin>
<!-- Build the binary assembly. -->
<plugin>
<artifactId>
maven-assembly-plugin
</artifactId>
<groupId>
org.apache.maven.plugins
</groupId>
<configuration>
<descriptors>
<descriptor>
assembly-bin.xml
</descriptor>
</descriptors>
</configuration>
</plugin>
</plugins>
</build>
<!-- ============ -->
<!-- Dependencies -->
<!-- ============ -->
<dependencies>
<dependency>
<groupId>
org.objectweb.fractal.juliac
</groupId>
<artifactId>
juliac-runtime
</artifactId>
</dependency>
<dependency>
<groupId>
org.objectweb.fractal
</groupId>
<artifactId>
fractal-util
</artifactId>
</dependency>
<!-- The FraSCAti Tinfi runtime. -->
<dependency>
<groupId>
org.ow2.frascati.tinfi
</groupId>
<artifactId>
frascati-tinfi-membranes-oo
</artifactId>
</dependency>
<dependency>
<groupId>
org.ow2.frascati.tinfi
</groupId>
<artifactId>
frascati-tinfi-runtime
</artifactId>
</dependency>
<!-- TODO : Enable OSGI support -->
<dependency>
<groupId>
org.objectweb.fractal.juliac.osgi
</groupId>
<artifactId>
juliac-osgi-membranes-oo
</artifactId>
</dependency>
<dependency>
<groupId>
org.objectweb.fractal.juliac.osgi
</groupId>
<artifactId>
juliac-osgi-runtime-felix
</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.objectweb.fractal.juliac.osgi</groupId>-->
<!-- <artifactId>juliac-osgi-compiler</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>
org.objectweb.fractal.juliac.osgi
</groupId>
<artifactId>
juliac-osgi-bootstrap
</artifactId>
</dependency>
<dependency>
<groupId>
org.objectweb.fractal.juliac
</groupId>
<artifactId>
juliac-jdt
</artifactId>
</dependency>
<!-- The Fractal Binding Factory. -->
<dependency>
<groupId>
org.objectweb.fractal.bf
</groupId>
<artifactId>
fractal-bf-core
</artifactId>
</dependency>
<dependency>
<groupId>
org.objectweb.fractal.bf.connectors
</groupId>
<artifactId>
fractal-bf-connectors-soap-cxf
</artifactId>
</dependency>
<dependency>
<groupId>
org.objectweb.fractal.bf.connectors
</groupId>
<artifactId>
fractal-bf-connectors-rmi
</artifactId>
</dependency>
<dependency>
<groupId>
org.objectweb.fractal.bf.connectors
</groupId>
<artifactId>
fractal-bf-connectors-rest-cxf
</artifactId>
</dependency>
<dependency>
<groupId>
org.objectweb.fractal.bf.connectors
</groupId>
<artifactId>
fractal-bf-connectors-json-rpc
</artifactId>
</dependency>
<!-- Required for using the binding factory -->
<dependency>
<groupId>
org.objectweb.fractal.fractaladl
</groupId>
<artifactId>
task-deployment
</artifactId>
</dependency>
<!-- Spring dependencies. -->
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-core
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-beans
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
</dependency>
<!-- STP SCA model -->
<dependency>
<groupId>
org.eclipse.stp.sca
</groupId>
<artifactId>
sca-model
</artifactId>
</dependency>
<dependency>
<groupId>
org.eclipse.stp.sca.domainmodel
</groupId>
<artifactId>
frascati-model
</artifactId>
</dependency>
<dependency>
<groupId>
org.eclipse.stp.sca.introspection
</groupId>
<artifactId>
sca-model-introspection
</artifactId>
</dependency>
<!-- EMF required library. When activating validation -->
<dependency>
<groupId>
org.eclipse.equinox
</groupId>
<artifactId>
common
</artifactId>
</dependency>
<!-- the Assembly Factory parser -->
<dependency>
<groupId>
org.ow2.frascati.factory
</groupId>
<artifactId>
frascati-af-parser
</artifactId>
<version>
${project.version}
</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.ow2.frascati.model</groupId>-->
<!-- <artifactId>frascati-model</artifactId>-->
<!-- <version>${project.version}</version>-->
<!-- </dependency>-->
<!-- Required to compile FraSCAti with Java 1.5 -->
<dependency>
<groupId>
javax.script
</groupId>
<artifactId>
script-api
</artifactId>
<version>
1.0
</version>
</dependency>
</dependencies>
<!-- ============= -->
<!-- Repositories -->
<!-- ============= -->
<!-- This repository contains the script-api artifact -->
<repositories>
<repository>
<id>
ibiblio-mule
</id>
<name>
Ibiblio dependencies
</name>
<url>
http://mirrors.ibiblio.org/pub/mirrors/maven/mule/dependencies/maven2
</url>
</repository>
<!-- Repository for org.jabsorb:jabsorb:jar:1.3.1 artifact -->
<repository>
<id>
tuscany
</id>
<url>
http://svn.apache.org/repos/asf/tuscany/maven
</url>
</repository>
</repositories>
</project>
assembly-factory/generate-factory/pom.xml
View file @
2a2741da
<?xml version="1.0"?>
<!--
* OW2 FraSCAti : Assembly Factory
*
* Copyright (c) 2007-2009 INRIA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-->
<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/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.ow2.frascati.factory
</groupId>
<version>
1.2
</version>
</parent>
<groupId>
org.ow2.frascati.factory
</groupId>
<artifactId>
frascati-af-generate
</artifactId>
<name>
FraSCAti Assembly Factory: Generate Factory Module
</name>
<packaging>
jar
</packaging>
<url>
http://frascati.ow2.org
</url>
<inceptionYear>
2007
</inceptionYear>
<developers>
<developer>
<id>
fournier
</id>
<name>
Damien Fournier
</name>
<email>
Damien.Fournier@inria.fr
</email>
<organization>
INRIA
</organization>
<organizationUrl>
http://www.inria.fr
</organizationUrl>
<roles>
<role>
Architect
</role>
<role>
Developer
</role>
</roles>
</developer>
</developers>
<!-- ======= -->
<!-- Build -->
<!-- ======= -->
<build>
<defaultGoal>
install
</defaultGoal>
<plugins>
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-compiler-plugin</artifactId>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <phase>generate-sources</phase>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
<!-- Compile the Fractal architecture of the SCOrWare assembly factory with JuliaC. -->
<plugin>
<groupId>
org.objectweb.fractal.juliac
</groupId>
<artifactId>
maven-juliac-plugin
</artifactId>
<configuration>
<adls><adl>
org.ow2.frascati.factory.FrascatiGenerate
</adl></adls>
</configuration>
</plugin>
<!-- Plugin for image generation representing the dependencies graph -->
<!-- This plugin requires the 'dot' library, provided by the -->
<!-- GraphViz software (http://www.graphviz.org ) -->
<!--
TODO: Commented as this plugin seems imcompatible with the production of a Maven plugin.
<plugin>
<groupId>ch.elca.el4j.maven.plugins</groupId>
<artifactId>maven-depgraph-plugin</artifactId>
</plugin>
-->
</plugins>
</build>
<!-- ============ -->
<!-- Dependencies -->
<!-- ============ -->
<dependencies>
<!-- The FraSCAti Assembly Factory Core Module. -->
<dependency>
<groupId>
org.ow2.frascati.factory
</groupId>
<artifactId>
frascati-af-core
</artifactId>
<version>
${project.version}
</version>
</dependency>