Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
frascati
frascati
Commits
2a2741da
Commit
2a2741da
authored
Dec 03, 2009
by
Christophe Demarey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rollback commit #2219 generated by maven-release-plugin while testing.
parent
780d6180
Changes
47
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
47 changed files
with
2946 additions
and
2887 deletions
+2946
-2887
assembly-factory/core-factory/pom.xml
assembly-factory/core-factory/pom.xml
+258
-257
assembly-factory/generate-factory/pom.xml
assembly-factory/generate-factory/pom.xml
+124
-122
assembly-factory/maven-plugin/contribution/pom.xml
assembly-factory/maven-plugin/contribution/pom.xml
+4
-3
assembly-factory/maven-plugin/frascati-factory/pom.xml
assembly-factory/maven-plugin/frascati-factory/pom.xml
+4
-3
assembly-factory/maven-plugin/pom.xml
assembly-factory/maven-plugin/pom.xml
+3
-2
assembly-factory/parser/pom.xml
assembly-factory/parser/pom.xml
+90
-89
assembly-factory/pom.xml
assembly-factory/pom.xml
+7
-5
assembly-factory/runtime-factory/pom.xml
assembly-factory/runtime-factory/pom.xml
+123
-123
assembly-factory/tools/pom.xml
assembly-factory/tools/pom.xml
+4
-3
examples/calculator/client/pom.xml
examples/calculator/client/pom.xml
+63
-62
examples/calculator/pom.xml
examples/calculator/pom.xml
+50
-49
examples/calculator/server/pom.xml
examples/calculator/server/pom.xml
+57
-56
examples/chat/client/pom.xml
examples/chat/client/pom.xml
+5
-3
examples/chat/pom.xml
examples/chat/pom.xml
+4
-3
examples/chat/server/pom.xml
examples/chat/server/pom.xml
+4
-2
examples/counter-rest/client/pom.xml
examples/counter-rest/client/pom.xml
+52
-51
examples/counter-rest/pom.xml
examples/counter-rest/pom.xml
+90
-88
examples/counter-rest/server-explorer-war/pom.xml
examples/counter-rest/server-explorer-war/pom.xml
+111
-109
examples/counter-rest/server-war/pom.xml
examples/counter-rest/server-war/pom.xml
+111
-109
examples/counter-rest/server/pom.xml
examples/counter-rest/server/pom.xml
+50
-49
examples/dictionary/pom.xml
examples/dictionary/pom.xml
+78
-77
examples/frascati-test/pom.xml
examples/frascati-test/pom.xml
+4
-3
examples/helloworld-annotated/pom.xml
examples/helloworld-annotated/pom.xml
+66
-64
examples/helloworld-pojo/pom.xml
examples/helloworld-pojo/pom.xml
+65
-63
examples/helloworld-property/pom.xml
examples/helloworld-property/pom.xml
+5
-3
examples/helloworld-rmi/client/pom.xml
examples/helloworld-rmi/client/pom.xml
+52
-51
examples/helloworld-rmi/pom.xml
examples/helloworld-rmi/pom.xml
+50
-49
examples/helloworld-rmi/server/pom.xml
examples/helloworld-rmi/server/pom.xml
+50
-49
examples/helloworld-ws/client/pom.xml
examples/helloworld-ws/client/pom.xml
+62
-61
examples/helloworld-ws/pom.xml
examples/helloworld-ws/pom.xml
+50
-49
examples/helloworld-ws/server/pom.xml
examples/helloworld-ws/server/pom.xml
+64
-63
examples/isbn-test/pom.xml
examples/isbn-test/pom.xml
+84
-83
examples/pom.xml
examples/pom.xml
+5
-4
examples/twitter-rest/pom.xml
examples/twitter-rest/pom.xml
+66
-65
examples/twitter-weather/pom.xml
examples/twitter-weather/pom.xml
+77
-76
examples/verify-mail/pom.xml
examples/verify-mail/pom.xml
+77
-76
examples/weather/pom.xml
examples/weather/pom.xml
+78
-77
examples/ws-parent/pom.xml
examples/ws-parent/pom.xml
+80
-79
explorer/core/pom.xml
explorer/core/pom.xml
+2
-2
explorer/fscript-plugin/pom.xml
explorer/fscript-plugin/pom.xml
+2
-2
explorer/pom.xml
explorer/pom.xml
+2
-2
fscript/pom.xml
fscript/pom.xml
+5
-3
intents/bench/pom.xml
intents/bench/pom.xml
+52
-50
intents/debug/pom.xml
intents/debug/pom.xml
+52
-50
intents/pom.xml
intents/pom.xml
+52
-50
pom.xml
pom.xml
+410
-408
transaction-service/pom.xml
transaction-service/pom.xml
+142
-140
No files found.
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>