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 3434 <property name =" checks" value =" ." />
3535 <property name =" files" value =" [\\/](src)?gen[\\/].*\.java$" />
3636 </module >
37+ <module name =" SuppressionSingleFilter" >
38+ <property name =" checks" value =" ." />
39+ <property name =" files" value =" [\\/]src[\\/]gen(erated)?[\\/].*\.java$" />
40+ </module >
3741 <!-- Test code -->
3842 <module name =" SuppressionSingleFilter" >
3943 <property name =" checks" value =" MagicNumberCheck" />
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 Add the following lines to your pom:
102102 ```XML
103103 <dependency>
104- <groupId>com .xdev-software </groupId>
104+ <groupId>software .xdev</groupId>
105105 <artifactId>${{ env.PRIMARY_MAVEN_MODULE }}</artifactId>
106106 <version>${{ steps.version.outputs.release }}</version>
107107 </dependency>
@@ -136,8 +136,8 @@ jobs:
136136 - name : Publish to Apache Maven Central
137137 run : mvn -B deploy -Possrh
138138 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 }}
141141 MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
142142 working-directory : ${{ env.PRIMARY_MAVEN_MODULE }}
143143
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ jobs:
3939 java-version : 17
4040
4141 - name : Cache SonarCloud packages
42- uses : actions/cache@v3
42+ uses : actions/cache@v4
4343 with :
4444 path : ~/.sonar/cache
4545 key : ${{ runner.os }}-sonar
4646 restore-keys : ${{ runner.os }}-sonar
4747
4848 - name : Cache Maven packages
49- uses : actions/cache@v3
49+ uses : actions/cache@v4
5050 with :
5151 path : ~/.m2
5252 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2727 run : mvn -B deploy -Possrh
2828 working-directory : ${{ env.PRIMARY_MAVEN_MODULE }}
2929 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 }}
3232 MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
Original file line number Diff line number Diff line change 11[ ![ 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 )
33[ ![ 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 )
44[ ![ 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 )
55![ Vaadin 24+] ( https://img.shields.io/badge/Vaadin%20Platform/Flow-24+-00b4f0 )
Original file line number Diff line number Diff line change 44 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
7- <groupId >com .xdev-software </groupId >
7+ <groupId >software .xdev</groupId >
88 <artifactId >vaadin-addon-template-root</artifactId >
99 <version >1.0.0-SNAPSHOT</version >
1010 <packaging >pom</packaging >
Original file line number Diff line number Diff line change 44 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
7- <groupId >com .xdev-software </groupId >
7+ <groupId >software .xdev</groupId >
88 <artifactId >vaadin-addon-template-demo</artifactId >
99 <version >1.0.0-SNAPSHOT</version >
1010 <packaging >jar</packaging >
6767 </exclusions >
6868 </dependency >
6969 <dependency >
70- <groupId >com .xdev-software</groupId >
70+ <groupId >software .xdev-software</groupId >
7171 <artifactId >vaadin-addon-template</artifactId >
7272 <version >${project.version} </version >
7373 </dependency >
Original file line number Diff line number Diff line change 44 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
7- <groupId >com .xdev-software </groupId >
7+ <groupId >software .xdev</groupId >
88 <artifactId >vaadin-addon-template</artifactId >
99 <version >1.0.0-SNAPSHOT</version >
1010 <packaging >jar</packaging >
You can’t perform that action at this time.
0 commit comments