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
106ceec8
Commit
106ceec8
authored
Mar 13, 2013
by
Philippe Merle
Browse files
Corrected an integration continue build error.
parent
c715da6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
frascati/nuxeo/frascati-nuxeo/pom.xml
View file @
106ceec8
<?xml version="1.0"?>
<!--
* OW2 FraSCAti Nuxeo
* Copyright (c) 2012 Inria, University of Lille 1
* Copyright (c) 2012
-2013
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
...
...
@@ -15,13 +15,14 @@
*
* 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
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* Contact: frascati@ow2.org
*
* Author: Christophe Munilla
*
* Contributor(s):
* Contributor(s):
Philippe Merle
*
-->
<project
...
...
@@ -279,6 +280,15 @@
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<configuration>
<systemPropertyVariables>
<org.ow2.frascati.bootstrap>
org.ow2.frascati.bootstrap.FraSCAtiJDT
</org.ow2.frascati.bootstrap>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-antrun-plugin
</artifactId>
...
...
Write
Preview
Supports
Markdown
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