Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
43528abe
Commit
43528abe
authored
Sep 09, 2015
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try to get cargo working
parent
c813060f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
pom.xml
...ployment-tests/spring-boot-deployment-test-tomcat/pom.xml
+1
-1
pom.xml
...eployment-tests/spring-boot-deployment-test-tomee/pom.xml
+1
-1
pom.xml
spring-boot-parent/pom.xml
+1
-1
No files found.
spring-boot-deployment-tests/spring-boot-deployment-test-tomcat/pom.xml
View file @
43528abe
...
...
@@ -19,7 +19,7 @@
<main.basedir>
${basedir}/../..
</main.basedir>
<cargo.container.id>
tomcat8x
</cargo.container.id>
<cargo.container.url>
http://mirrors.
ibiblio.org
/apache/tomcat/tomcat-8/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.zip
http://mirrors.
sonic.net
/apache/tomcat/tomcat-8/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.zip
</cargo.container.url>
</properties>
<dependencies>
...
...
spring-boot-deployment-tests/spring-boot-deployment-test-tomee/pom.xml
View file @
43528abe
...
...
@@ -20,7 +20,7 @@
<tomee.version>
1.7.1
</tomee.version>
<cargo.container.id>
tomee1x
</cargo.container.id>
<cargo.container.url>
http://
mirrors.ibiblio.org/apache
/tomee/tomee-${tomee.version}/apache-tomee-${tomee.version}-webprofile.zip
http://
archive.apache.org/dist
/tomee/tomee-${tomee.version}/apache-tomee-${tomee.version}-webprofile.zip
</cargo.container.url>
</properties>
<dependencies>
...
...
spring-boot-parent/pom.xml
View file @
43528abe
...
...
@@ -300,7 +300,7 @@
<plugin>
<groupId>
org.codehaus.cargo
</groupId>
<artifactId>
cargo-maven2-plugin
</artifactId>
<version>
1.4.1
1
</version>
<version>
1.4.1
5
</version>
</plugin>
<plugin>
<groupId>
org.codehaus.gmavenplus
</groupId>
...
...
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