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
fbc619de
Commit
fbc619de
authored
Mar 20, 2013
by
Gwenael Cattez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add frascati-contribution-plugin definition to helloworld binding SCA example
parent
a8e6c16a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
2 deletions
+34
-2
examples/helloworld-binding-sca/pom.xml
examples/helloworld-binding-sca/pom.xml
+34
-2
No files found.
examples/helloworld-binding-sca/pom.xml
View file @
fbc619de
...
...
@@ -2,7 +2,7 @@
<!--
* OW2 FraSCAti Examples: HelloWorld with an SCA binding
*
* Copyright (c) 201
2
Inria, University of Lille 1
* Copyright (c) 201
3
Inria, University of Lille 1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -23,7 +23,7 @@
*
* Author: Philippe Merle
*
* Contributor(s):
* Contributor(s):
Gwenael Cattez
-->
<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>
...
...
@@ -54,4 +54,36 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.ow2.frascati.mojo
</groupId>
<artifactId>
frascati-contribution-plugin
</artifactId>
<version>
${frascati.version}
</version>
<executions>
<execution>
<id>
frascati-contribution
</id>
<phase>
package
</phase>
<goals>
<goal>
install
</goal>
</goals>
</execution>
</executions>
<configuration>
<include>
<dependency>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-annotations
</artifactId>
<version>
${project.version}
</version>
</dependency>
</include>
<deployables>
<deployable>
helloworld-binding-sca.composite
</deployable>
</deployables>
</configuration>
</plugin>
</plugins>
</build>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment