Skip to content
GitLab
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
87789aae
Commit
87789aae
authored
Mar 13, 2013
by
Philippe Merle
Browse files
Setup a FraSCAti bootstrap in order to compile the FraSCAti composite.
parent
bc236e23
Changes
1
Hide whitespace changes
Inline
Side-by-side
frascati/modules/frascati-binding-http/pom.xml
View file @
87789aae
...
...
@@ -71,6 +71,14 @@
<plugin>
<groupId>
org.ow2.frascati.mojo
</groupId>
<artifactId>
frascati-compiler-plugin
</artifactId>
<configuration>
<systemProperties>
<!-- This FraSCAti bootstrap is required because the module 'frascati-servlet-cxf'
adds the 'servlet-manager' service to the FraSCAti composite and then
the membrane of the FraSCAti composite needs to be generated. -->
<org.ow2.frascati.bootstrap>
org.ow2.frascati.bootstrap.FraSCAtiJDT
</org.ow2.frascati.bootstrap>
</systemProperties>
</configuration>
</plugin>
</plugins>
</build>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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