Skip to content

Commit c5c1bf9

Browse files
committed
work
1 parent 22ab2b7 commit c5c1bf9

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

.gitignore

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,29 @@
1-
/target
1+
target/
2+
pom.xml.tag
3+
pom.xml.releaseBackup
4+
pom.xml.versionsBackup
5+
pom.xml.next
6+
release.properties
7+
dependency-reduced-pom.xml
8+
buildNumber.properties
9+
.mvn/timing.properties
10+
# usage-without-binary-jar: https://maven.apache.org/wrapper/
11+
.mvn/wrapper/maven-wrapper.jar
12+
13+
.env
14+
.idea
15+
*iml
16+
*.xcf
17+
*.gif
18+
219
/simpleworklist.iml
320
/.classpath
421
/.project
522
/.idea
623
/.settings
24+
25+
/etc/pom.xml
26+
727
/SimpleWorklist.mdzip.bak
828
/mvn.log
929
/org.woehlke.simpleworklist.entities.Project
@@ -17,8 +37,7 @@
1737
/etc/mavenlog1.txt
1838
/etc/mavenlog2.txt
1939
/etc/mavenlog3.txt
20-
target/
21-
.env
40+
2241
.idea/
2342
*.iml
2443
.classpath
@@ -29,7 +48,6 @@ docs/java-getting-started/
2948
docs/deploying-spring-boot-apps/
3049
setenv.sh
3150
setenv.cmd
32-
/etc/pom.xml
3351
/src/main/java/org/woehlke/simpleworklist/project/x.txt
3452
/src/main/java/org/woehlke/simpleworklist/task/x.txt
3553
/src/main/java/org/woehlke/simpleworklist/context/x.txt

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@
16031603
<build>
16041604
<finalName>${project.artifactId}</finalName>
16051605
<defaultGoal>
1606-
clean dependency:purge-local-repository dependency:resolve dependency:resolve-plugins dependency:sources install spring-boot:repackage site site:deploy
1606+
clean dependency:purge-local-repository dependency:resolve dependency:resolve-plugins dependency:sources install spring-boot:repackage site site:deploy site:jar
16071607
</defaultGoal>
16081608
</build>
16091609
</profile>

0 commit comments

Comments
 (0)