File tree Expand file tree Collapse file tree 8 files changed +16
-12
lines changed
vaadin-addon-template-demo Expand file tree Collapse file tree 8 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 34
34
<property name =" checks" value =" ." />
35
35
<property name =" files" value =" [\\/](src)?gen[\\/].*\.java$" />
36
36
</module >
37
+ <module name =" SuppressionSingleFilter" >
38
+ <property name =" checks" value =" ." />
39
+ <property name =" files" value =" [\\/]src[\\/]gen(erated)?[\\/].*\.java$" />
40
+ </module >
37
41
<!-- Test code -->
38
42
<module name =" SuppressionSingleFilter" >
39
43
<property name =" checks" value =" MagicNumberCheck" />
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
Add the following lines to your pom:
102
102
```XML
103
103
<dependency>
104
- <groupId>com .xdev-software </groupId>
104
+ <groupId>software .xdev</groupId>
105
105
<artifactId>${{ env.PRIMARY_MAVEN_MODULE }}</artifactId>
106
106
<version>${{ steps.version.outputs.release }}</version>
107
107
</dependency>
@@ -136,8 +136,8 @@ jobs:
136
136
- name : Publish to Apache Maven Central
137
137
run : mvn -B deploy -Possrh
138
138
env :
139
- MAVEN_CENTRAL_USERNAME : ${{ secrets.MAVEN_CENTRAL_USERNAME }}
140
- MAVEN_CENTRAL_TOKEN : ${{ secrets.MAVEN_CENTRAL_TOKEN }}
139
+ MAVEN_CENTRAL_USERNAME : ${{ secrets.S01_OSS_SONATYPE_MAVEN_USERNAME }}
140
+ MAVEN_CENTRAL_TOKEN : ${{ secrets.S01_OSS_SONATYPE_MAVEN_TOKEN }}
141
141
MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
142
142
working-directory : ${{ env.PRIMARY_MAVEN_MODULE }}
143
143
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ jobs:
39
39
java-version : 17
40
40
41
41
- name : Cache SonarCloud packages
42
- uses : actions/cache@v3
42
+ uses : actions/cache@v4
43
43
with :
44
44
path : ~/.sonar/cache
45
45
key : ${{ runner.os }}-sonar
46
46
restore-keys : ${{ runner.os }}-sonar
47
47
48
48
- name : Cache Maven packages
49
- uses : actions/cache@v3
49
+ uses : actions/cache@v4
50
50
with :
51
51
path : ~/.m2
52
52
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 27
27
run : mvn -B deploy -Possrh
28
28
working-directory : ${{ env.PRIMARY_MAVEN_MODULE }}
29
29
env :
30
- MAVEN_CENTRAL_USERNAME : ${{ secrets.MAVEN_CENTRAL_USERNAME }}
31
- MAVEN_CENTRAL_TOKEN : ${{ secrets.MAVEN_CENTRAL_TOKEN }}
30
+ MAVEN_CENTRAL_USERNAME : ${{ secrets.S01_OSS_SONATYPE_MAVEN_USERNAME }}
31
+ MAVEN_CENTRAL_TOKEN : ${{ secrets.S01_OSS_SONATYPE_MAVEN_TOKEN }}
32
32
MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
Original file line number Diff line number Diff line change 1
1
[ ![ Published on Vaadin Directory] ( https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0?logo=vaadin )] ( https://vaadin.com/directory/component/vaadin-addon-template )
2
- [ ![ Latest version] ( https://img.shields.io/maven-central/v/com .xdev-software /vaadin-addon-template?logo=apache%20maven )] ( https://mvnrepository.com/artifact/com .xdev-software /vaadin-addon-template )
2
+ [ ![ Latest version] ( https://img.shields.io/maven-central/v/software .xdev/vaadin-addon-template?logo=apache%20maven )] ( https://mvnrepository.com/artifact/software .xdev/vaadin-addon-template )
3
3
[ ![ Build] ( https://img.shields.io/github/actions/workflow/status/xdev-software/vaadin-addon-template/checkBuild.yml?branch=develop )] ( https://github.com/xdev-software/vaadin-addon-template/actions/workflows/checkBuild.yml?query=branch%3Adevelop )
4
4
[ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=xdev-software_vaadin-addon-template&metric=alert_status )] ( https://sonarcloud.io/dashboard?id=xdev-software_vaadin-addon-template )
5
5
![ Vaadin 24+] ( https://img.shields.io/badge/Vaadin%20Platform/Flow-24+-00b4f0 )
Original file line number Diff line number Diff line change 4
4
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
- <groupId >com .xdev-software </groupId >
7
+ <groupId >software .xdev</groupId >
8
8
<artifactId >vaadin-addon-template-root</artifactId >
9
9
<version >1.0.0-SNAPSHOT</version >
10
10
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 4
4
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
- <groupId >com .xdev-software </groupId >
7
+ <groupId >software .xdev</groupId >
8
8
<artifactId >vaadin-addon-template-demo</artifactId >
9
9
<version >1.0.0-SNAPSHOT</version >
10
10
<packaging >jar</packaging >
67
67
</exclusions >
68
68
</dependency >
69
69
<dependency >
70
- <groupId >com .xdev-software</groupId >
70
+ <groupId >software .xdev-software</groupId >
71
71
<artifactId >vaadin-addon-template</artifactId >
72
72
<version >${project.version} </version >
73
73
</dependency >
Original file line number Diff line number Diff line change 4
4
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
- <groupId >com .xdev-software </groupId >
7
+ <groupId >software .xdev</groupId >
8
8
<artifactId >vaadin-addon-template</artifactId >
9
9
<version >1.0.0-SNAPSHOT</version >
10
10
<packaging >jar</packaging >
You can’t perform that action at this time.
0 commit comments