Skip to content

Commit

Permalink
release 00.09.05-RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
svenruppert committed Jul 6, 2019
1 parent 9ce1073 commit 45130d3
Show file tree
Hide file tree
Showing 173 changed files with 91 additions and 9,634 deletions.
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion ToDo.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ToDos

* remove the metrics proxies to an external module (proxybuilder add ons)
* remove the static runtime in memory version based on sun.misc.unsafe

19 changes: 19 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/usr/bin/env bash
#
# Copyright © 2013 Sven Ruppert (sven.ruppert@gmail.com)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

docker rm deploy
docker-compose up
33 changes: 33 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#
# Copyright © 2013 Sven Ruppert (sven.ruppert@gmail.com)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

version: '3.5'

services:
deploy:
image: svenruppert/maven-3.6.1-adopt:1.8.212-04
container_name: deploy
hostname: deploy
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
- $PWD/:/usr/src/mymaven
- ~/.m2/settings.xml:/root/.m2/settings.xml
- ~/.gnupg/:/root/.gnupg/
working_dir: /usr/src/mymaven
# command: 'mvn help:active-profiles
command: 'mvn license:format clean deploy
-P_release
-Dmaven.test.skip=true '
25 changes: 25 additions & 0 deletions docker_compile_locale.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#!/usr/bin/env bash
#
# Copyright © 2013 Sven Ruppert (sven.ruppert@gmail.com)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#


docker run \
--rm \
--name compile \
-v "$(pwd)":/usr/src/mymaven \
-w /usr/src/mymaven \
svenruppert/maven-3.6.1-adopt:1.8.212-04 \
mvn clean install
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.rapidpm.proxybuilder</groupId>
<artifactId>rapidpm-proxybuilder</artifactId>
<version>00.09.05-RPM-SNAPSHOT</version>
<version>00.09.05-RPM</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
92 changes: 0 additions & 92 deletions modules/builder/pom.xml

This file was deleted.

This file was deleted.

34 changes: 0 additions & 34 deletions modules/builder/src/test/java/demo/reflections/Inject.java

This file was deleted.

This file was deleted.

Loading

0 comments on commit 45130d3

Please sign in to comment.