File tree Expand file tree Collapse file tree 2 files changed +10
-38
lines changed Expand file tree Collapse file tree 2 files changed +10
-38
lines changed Original file line number Diff line number Diff line change 1
1
# Maven
2
2
target /
3
- pom.xml.tag
4
- pom.xml.releaseBackup
5
- pom.xml.versionsBackup
6
- pom.xml.next
7
- release.properties
8
3
dependency-reduced-pom.xml
9
- buildNumber.properties
10
- .mvn /timing.properties
11
- # https://github.com/takari/maven-wrapper#usage-without-binary-jar
4
+
5
+ # Maven Wrapper
12
6
.mvn /wrapper /maven-wrapper.jar
13
7
8
+ # Maven Flatten Plugin
9
+ .flattened-pom.xml
14
10
15
11
# Compiled class file
16
12
* .class
17
13
18
14
# Log file
19
15
* .log
20
16
21
- # BlueJ files
22
- * .ctxt
23
-
24
- # Mobile Tools for Java (J2ME)
25
- .mtj.tmp /
26
-
27
17
# Package/Binary Files don't belong into a git repo
28
18
* .jar
29
19
* .war
30
- * .nar
31
20
* .ear
32
21
* .zip
33
22
* .tar.gz
34
- * .rar
35
23
* .dll
36
24
* .exe
37
25
* .bin
38
26
39
27
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
40
28
hs_err_pid *
41
29
42
- # JRebel
43
- ** /resources /rebel.xml
44
- ** /resources /rebel-remote.xml
45
-
46
- # eclispe stuff for root
47
- /.settings /
48
- /.classpath
49
- /.project
50
-
51
-
52
- # eclispe stuff for modules
53
- /* /.metadata /
54
- /* /.apt_generated_tests /
55
- /* /.settings /
56
- /* /.classpath
57
- /* /.project
58
- /* /RemoteSystemsTempFiles /
59
-
30
+ # Eclipse
31
+ .metadata
32
+ .settings
33
+ .classpath
34
+ .project
60
35
61
36
# vaadin/node webpack/frontend stuff
62
37
# Ignore Node
@@ -80,9 +55,6 @@ vite.generated.ts
80
55
/* /src /main /bundles /
81
56
* .lock
82
57
83
- # custom
84
- .flattened-pom.xml
85
- .tern-project
86
58
87
59
# == IntelliJ ==
88
60
* .iml
Original file line number Diff line number Diff line change 248
248
<plugin >
249
249
<groupId >org.sonatype.central</groupId >
250
250
<artifactId >central-publishing-maven-plugin</artifactId >
251
- <version >0.7 .0</version >
251
+ <version >0.8 .0</version >
252
252
<extensions >true</extensions >
253
253
<configuration >
254
254
<publishingServerId >sonatype-central-portal</publishingServerId >
You can’t perform that action at this time.
0 commit comments