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
weblab
openaxes
bundle
Commits
5576f6f1
Commit
5576f6f1
authored
Nov 20, 2014
by
Yann Mombrun
Browse files
OPENAXES-17 - Fix deploy plugin configuration to enable deployment on ercim's repo.
parent
3d19f63f
Changes
3
Hide whitespace changes
Inline
Side-by-side
libraries/jetty-manager/pom.xml
View file @
5576f6f1
...
...
@@ -46,11 +46,6 @@
<enabled>
true
</enabled>
</snapshots>
</repository>
<repository>
<id>
Old-OW2
</id>
<name>
Old OW2 Maven repository
</name>
<url>
http://maven.ow2.org/maven2/
</url>
</repository>
<repository>
<id>
WebLab
</id>
<name>
WebLab Maven repository
</name>
...
...
@@ -84,6 +79,18 @@
<verbose>
true
</verbose>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-deploy-plugin
</artifactId>
<version>
2.8.1
</version>
<dependencies>
<dependency>
<groupId>
org.apache.maven.wagon
</groupId>
<artifactId>
wagon-webdav-jackrabbit
</artifactId>
<version>
2.6
</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-assembly-plugin
</artifactId>
...
...
libraries/mongodb-manager/pom.xml
View file @
5576f6f1
...
...
@@ -46,11 +46,6 @@
<enabled>
true
</enabled>
</snapshots>
</repository>
<repository>
<id>
Old-OW2
</id>
<name>
Old OW2 Maven repository
</name>
<url>
http://maven.ow2.org/maven2/
</url>
</repository>
<repository>
<id>
WebLab
</id>
<name>
WebLab Maven repository
</name>
...
...
@@ -103,6 +98,18 @@
<encoding>
UTF-8
</encoding>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-deploy-plugin
</artifactId>
<version>
2.8.1
</version>
<dependencies>
<dependency>
<groupId>
org.apache.maven.wagon
</groupId>
<artifactId>
wagon-webdav-jackrabbit
</artifactId>
<version>
2.6
</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
...
...
pom.xml
View file @
5576f6f1
...
...
@@ -14,7 +14,7 @@
<modules>
<module>
libraries/mongodb-manager
</module>
<module>
libraries/jetty-manager
</module>
<!--<module>libraries/openaxes-camel</module>-->
<!--<module>libraries/openaxes-camel</module>
-->
</modules>
<properties>
...
...
@@ -76,7 +76,7 @@
</exclusions>
</dependency>
<dependency>
<!-- No manager are required since it relies on apache2 service -->
<!-- No manager are required since it relies on apache2 service -->
<groupId>
eu.axes.gui
</groupId>
<artifactId>
axes-research
</artifactId>
<version>
${axes.research.version}
</version>
...
...
@@ -147,6 +147,18 @@
<verbose>
true
</verbose>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-deploy-plugin
</artifactId>
<version>
2.8.1
</version>
<dependencies>
<dependency>
<groupId>
org.apache.maven.wagon
</groupId>
<artifactId>
wagon-webdav-jackrabbit
</artifactId>
<version>
2.6
</version>
</dependency>
</dependencies>
</plugin>
<!-- <plugin> -->
<!-- <groupId>org.apache.maven.plugins</groupId> -->
<!-- <artifactId>maven-project-info-reports-plugin</artifactId> -->
...
...
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