Skip to content

Commit

Permalink
00.09.04-RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
svenruppert committed Dec 13, 2019
1 parent b21a30a commit 2a6a602
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 91 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# IDGenerator for Flow
[![](https://jitpack.io/v/vaadin-developer/id-generator-for-flow.svg)](https://jitpack.io/#vaadin-developer/id-generator-for-flow)
[![](https://jitci.com/gh/vaadin-developer/id-generator-for-flow/svg)](https://jitci.com/gh/vaadin-developer/id-generator-for-flow)

## No Vaadin Directory anymore
**This AddOn is no longer available in the Vaadin Directory**
The deployment process is way to manuall. So I decided to use maven central and JitPack only.
The deployment process is way to manually. So I decided to use maven central only.

## Why this IDGenerator?
If IDs for components needed in a project, it makes sense to use an ID generator.
Expand Down
6 changes: 0 additions & 6 deletions assembly/MANIFEST.MF

This file was deleted.

59 changes: 0 additions & 59 deletions assembly/assembly.xml

This file was deleted.

9 changes: 4 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,16 @@ version: '3.5'

services:
deploy-vaadin-id-generator:
image: svenruppert/maven-3.6.2-adopt:1.8.212-04
image: svenruppert/deploy:1.8.0-222
container_name: deploy-vaadin-id-generator
hostname: deploy-vaadin-id-generator
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
-P_release_prepare
-P_release_sign-artifacts
-Pvaadin-install-nodejs
-Dmaven.test.skip=true'
-Dmaven.test.skip=true '
21 changes: 3 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.rapidpm</groupId>
<artifactId>rapidpm-vaadin-dependencies-vXX</artifactId>
<version>04.01.15-RPM</version>
<artifactId>rapidpm-vaadin-dependencies-v14</artifactId>
<version>04.05.02-RPM</version>
</parent>

<groupId>org.rapidpm.vaadin</groupId>
<artifactId>id-generator-for-flow</artifactId>
<version>00.09.03-RPM</version>
<version>00.09.04-RPM</version>

<packaging>jar</packaging>

Expand Down Expand Up @@ -78,23 +78,8 @@

<properties>
<jdk.version>1.8</jdk.version>
<Vaadin-Package-Version>1</Vaadin-Package-Version>
<Vaadin-Addon>${project.build.finalName}.${project.packaging}</Vaadin-Addon>
</properties>

<dependencyManagement>
<dependencies>
<!--Vaadin -->
<!-- <dependency>-->
<!-- <groupId>com.vaadin</groupId>-->
<!-- <artifactId>vaadin-bom</artifactId>-->
<!-- <version>${vaadin-v14.version}</version>-->
<!-- <type>pom</type>-->
<!-- <scope>import</scope>-->
<!-- </dependency>-->
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.vaadin</groupId>
Expand Down

0 comments on commit 2a6a602

Please sign in to comment.