Axel Uhl
7f441b9ef3
jetty-9.4.53: trying to explicitly require geronimo JTA 1.1.1 by gateway bundle
2024-02-20 10:47:10 +01:00
Axel Uhl
34a2e9c451
switching from Nexus to Artifactory URLs for SAP-internal xmake build
2022-08-01 15:16:50 +02:00
Axel Uhl
f941dff601
removed the maven.sapsailing.com repo from the top-level pom.xml; it shouldn't be required
2021-03-18 15:56:44 +01:00
Axel Uhl
84d3e0cd65
started switching from http to https for repository URLs
2020-03-30 10:36:33 +02:00
Axel Uhl
435aed6090
removed strange and unnecessary diffs from top-level pom.xml
...
Change-Id: I1b677b132292f6feee1cde4c218c3564338c3fa3
2019-01-06 00:17:13 +01:00
Axel Uhl
e0785500ed
use https for access to maven.sapsailing.com repository
...
Change-Id: I71356a45e75c7e5558e2b48847ec5b1045063f18
2017-12-04 17:24:07 +01:00
Axel Uhl
44061bbaef
changed Android SDK location to Linux path
...
Change-Id: I4194c034c974664c64c960334fe95d4c5b1d16a6
2016-03-09 13:13:29 +01:00
Benjamin Barth
50d12b7eb4
Deactivated output of active maven profiles
2016-01-28 17:25:47 +01:00
Papick Garcia Taboada
d70d123058
Added active profiles console output (maven help plugin)
2015-12-02 11:21:43 +01:00
Steffen Schaefer
3fa2eeedbc
Added some documentation to the workspace level POM regarding
...
Android/Lean DI builds
2015-12-02 08:40:38 +01:00
Steffen Schaefer
9b52d0f16c
Removed property definition for Lean DI that isn't different from the
...
default value of the property
2015-12-02 08:34:50 +01:00
Steffen Schaefer
fca622efa7
Merge branch 'master' into android-maven-build-bug3190
...
Conflicts:
java/com.sap.sailing.domain.common/pom.xml
java/com.sap.sailing.domain.shared.android/pom.xml
java/com.sap.sailing.server.gateway.serialization.shared.android/pom.xml
java/com.sap.sse.common/pom.xml
java/com.sap.sse.datamining.annotations/pom.xml
java/com.sap.sse.security.common/pom.xml
java/org.json.simple/pom.xml
java/pom.xml
mobile/com.sap.sailing.android.shared/pom.xml
mobile/com.sap.sailing.racecommittee.app/pom.xml
mobile/pom.xml
pom.xml
2015-11-30 15:02:06 +01:00
Steffen Schaefer
3c25092bc5
Consistently using spaces for intendiation in several POMs
2015-11-30 14:55:28 +01:00
Steffen Schaefer
d549d23ef4
Moved install-android-sdk-windows to it's own Maven module
...
This causes the install not to be triggered for every module but only
once. In addition we don't need to comment the activation condition and
uncomment it on the release branch.
2015-11-26 16:45:41 +01:00
Steffen Schaefer
3182cc9c92
Using environment variable WORKSPACE to unpack the android SDK to
...
hopefully avoid unpacking the SDK per submodule but once for the whole
build job
2015-11-26 15:10:35 +01:00
Steffen Schaefer
ad2cdc97b0
Introduced Maven property for the Android SDK location to allow easier
...
reconfiguration
2015-11-26 15:01:57 +01:00
Steffen Schaefer
fce050c444
Removed extra download of the Android SDK tools for the assembled
...
Android SDK on Lean DI because the tools are already contained in the
Android SDK package
2015-11-26 15:00:32 +01:00
Steffen Schaefer
fc8a893e8c
Maven profiles can only be copntrolled by system properties and not
...
Maven properties of a parent POM. The presence of the "ldi.releaseBuild"
is a good match for the activation conditions of "with-mobile" and
"with-not-android-relevant". It currently seems that in
buildAndUpdataProduct.sh the profiles are correctly activated and
deactivated. So this could also correctly work for local builds.
2015-11-24 14:47:13 +01:00
Steffen Schaefer
7248728674
Changed the activation of "with-mobile" and "with-not-android-relevant"
...
profiles based on a new property "mobile.build.is.default" so that no
changes are needed for this on the release branch
2015-11-24 14:01:17 +01:00
Steffen Schaefer
9bf9932a26
Moved the repository declarations in the root POM file to a profile that
...
is only active if it's a non Lean DI environment
2015-11-24 13:22:54 +01:00
Steffen Schaefer
95c0100e16
Ensuring correct Android SDK layout regarding build tools
2015-11-23 11:17:32 +01:00
Steffen Schaefer
3c22a9121e
Added build-tools-windows to the artifacts to be extracted in the
...
Android SDK on Lean DI build
2015-11-23 09:48:43 +01:00
Steffen Schaefer
be5bfbcf9a
Added android-sdk-tools to the artifacts to be extracted in the Android
...
SDK on Lean DI build
2015-11-23 08:45:12 +01:00
Steffen Schaefer
a91d9107d1
Fixed maven property reference (added missing $)
2015-11-19 16:42:33 +01:00
Steffen Schaefer
52e1396b03
Adjusted android platform version to exactly match the one found in
...
nexus
2015-11-19 16:07:24 +01:00
Steffen Schaefer
9ee86134f4
Adjusted Android SDK download on Lean DI to also put the correct
...
platform version in the correct folder
2015-11-19 14:25:41 +01:00
Steffen Schaefer
aa82074a70
Android SDK path configuration for Lean DI moved to root POM to make it
...
work for /java projects
2015-11-19 10:59:06 +01:00
Steffen Schaefer
b353d84efb
Commented parts out that are likely not needed on release build
2015-11-18 16:16:28 +01:00
Steffen Schaefer
a2d278b093
some profiles depend on property "!ldi.releaseBuild" now
2015-11-18 10:43:53 +01:00
Steffen Schaefer
50b680c4a3
Overwriting some properties dependening on the leandi profile
2015-11-16 15:53:50 +01:00
Steffen Schaefer
159ae2c3e3
Moved parts of the leandi profile to root pom to be able to overwrite
...
properties for this profile
2015-11-16 15:52:59 +01:00
Steffen Schaefer
db898ca013
Consistent Android versions and usage / android:android dependency is
...
taken from a different groupId on Lead DI
2015-11-16 15:49:04 +01:00
Steffen Schaefer
c81c199ca2
Moved some configuration that is needed in /java and /mobile to root POM
2015-11-16 10:22:36 +01:00
Steffen Schaefer
7aed68ef05
Moved leandi property to root project
2015-11-16 10:10:26 +01:00
Steffen Schaefer
bfca95dc32
Removed repositories that aren't needed anymore
2015-11-16 08:23:00 +01:00
Steffen Schaefer
64b1e90130
Profile with-mobile isn't active by default
2015-11-10 17:27:37 +01:00
Steffen Schaefer
2af02b66eb
Revert "New default is to build mobile only"
...
This reverts commit 16ec8ff26c .
2015-11-10 17:18:14 +01:00
Steffen Schaefer
29eae8056e
Revert "upgraded versions to 1.1.0"
...
This reverts commit 08ecfb3014 .
2015-11-10 17:10:14 +01:00
Steffen Schaefer
c18dbbf8ba
Disabled the usage of m2repositorys from android SDK
2015-11-05 17:15:20 +01:00
Axel Uhl
08ecfb3014
upgraded versions to 1.1.0
2015-10-23 13:01:48 +02:00
Papick Garcia Taboada
16ec8ff26c
New default is to build mobile only
2015-10-22 10:53:14 +02:00
Steffen Schaefer
f0f227c3b7
Revert "with-mobile profile isn't active by default anymore so building the webapp without apps is the default"
...
This reverts commit 90df750312 .
2015-10-06 08:50:14 +02:00
Steffen Schaefer
90df750312
with-mobile profile isn't active by default anymore so building the
...
webapp without apps is the default
2015-10-06 08:37:26 +02:00
Steffen Schaefer
6a98f4987d
Added Android SDK repositories
2015-08-13 10:52:03 +02:00
Axel Uhl
437986a789
fixed referencing of ios module from top-level POM by introducing new profile with-ios
2015-08-06 17:37:27 +02:00
Raimund Wege
feb330f438
Integrated ios module into maven root pom.xml
2015-07-31 09:12:28 +02:00
Peter Siegmund
220105c524
Updated Android maven scripts
2014-12-21 13:24:17 +01:00
Axel Uhl
7fc6844f37
updated Jetty repository for other target platforms, particularly the central maven build one
2014-10-06 08:42:24 +02:00
Axel Uhl
0a8ff7eda9
made dependency from com.sap.sailing.www to com.sap.sailing.racecommittee.app profile-dependent
2014-04-09 11:48:15 +02:00
Lukas Niemeier
e8835a26e6
# moved utf-8 compliance up to workspace
2013-12-02 22:30:52 +01:00