Skip to content

Commit be10e6b

Browse files
Merge pull request #179 from Spring-Framework-Java-Apps/master
next deployment
2 parents 1dbcab3 + 7ed13d7 commit be10e6b

File tree

130 files changed

+3357
-3102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+3357
-3102
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ docs/deploying-spring-boot-apps/
3030
setenv.sh
3131
setenv.cmd
3232
/etc/pom.xml
33+
/src/main/java/org/woehlke/simpleworklist/project/x.txt
34+
/src/main/java/org/woehlke/simpleworklist/task/x.txt
35+
/src/main/java/org/woehlke/simpleworklist/taskstate/x.txt
36+
/src/main/java/org/woehlke/simpleworklist/context/x.txt
37+
/src/main/java/org/woehlke/simpleworklist/error/x.txt
38+
/src/main/java/org/woehlke/simpleworklist/search/x.txt

README.md

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,9 @@ Your Todo List for Getting Things Done
88
GTD® and Getting Things Done® are registered trademarks of the David Allen Company.
99
SimpleWorklist is not affiliated with or endorsed by the David Allen Company.
1010

11-
## Up and Running
12-
A Java Web App, which can easily be deployed to Heroku.
13-
14-
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
15-
16-
## URLs
17-
### Development
18-
* Heroku Deployment: [simpleworklist.herokuapp.com/](https://simpleworklist.herokuapp.com/)
19-
* For Developers: [localhost:5000](http://localhost:5000/)
20-
### Info
21-
* [spring-framework-java-apps.github.io/simpleworklist](http://spring-framework-java-apps.github.io/simpleworklist/)
11+
## Requirements
12+
* [Functional Requirements](etc/requirements/Requirements.md)
13+
* [Nonfunctional Requirements](etc/requirements/Nonfunctional_Requirements.md)
2214

2315
### Github Shortcuts
2416
* [Projects](https://github.com/Spring-Framework-Java-Apps/simpleworklist/projects)
@@ -27,14 +19,19 @@ A Java Web App, which can easily be deployed to Heroku.
2719
* [Releases](https://github.com/Spring-Framework-Java-Apps/simpleworklist/releases)
2820
* [Branches](https://github.com/Spring-Framework-Java-Apps/simpleworklist/branches)
2921
* [CI](https://github.com/Spring-Framework-Java-Apps/simpleworklist/actions)
22+
* [spring-framework-java-apps.github.io/simpleworklist](http://spring-framework-java-apps.github.io/simpleworklist/)
3023

31-
## Requirements
32-
33-
### Functional Requirements
34-
[Functional Requirements](etc/requirements/Requirements.md)
24+
## Development
25+
* [Requirements](etc/requirements/Requirements.md)
26+
* [Nonfunctional_Requirements](etc/requirements/Nonfunctional_Requirements.md)
27+
* [HOWTO](etc/development/HOWTO.md)
28+
* [Maven_Plugins](etc/development/Maven_Plugins.md)
29+
* [Primesfaces_JSF](etc/development/Primesfaces_JSF.md)
3530

36-
### Nonfunctional Requirements
37-
[Nonfunctional Requirements](etc/requirements/Nonfunctional_Requirements.md)
31+
## URLs:
32+
* Heroku Deployment: [simpleworklist.herokuapp.com/](https://simpleworklist.herokuapp.com/)
33+
* For Developers: [localhost:5000](http://localhost:5000/)
3834

39-
## Development
40-
* [Changelog](etc/Changelog.md)
35+
## Up and Running - Deployment
36+
* A Java Web App, which can easily be deployed to Heroku.
37+
* [![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

etc/TODO.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,21 @@ Fixed #106, Fixed #109, Fixed #110
7272

7373
Deployment to heroku
7474

75+
# Maven Config:
76+
## maven-changes-plugin
77+
https://maven.apache.org/plugins/maven-changes-plugin/examples/configuring-github-report.html
78+
79+
## maven-enforcer-plugin
80+
http://maven.apache.org/enforcer/maven-enforcer-plugin/plugin-info.html
81+
http://maven.apache.org/enforcer/enforcer-rules/
82+
https://maven.apache.org/enforcer/enforcer-rules/requireFilesExist.html
83+
https://maven.apache.org/enforcer/enforcer-rules/requireEnvironmentVariable.html
84+
https://maven.apache.org/enforcer/enforcer-rules/requireActiveProfile.html
85+
https://maven.apache.org/enforcer/enforcer-rules/dependencyConvergence.html
86+
https://www.baeldung.com/maven-enforcer-plugin
87+
88+
# 2.3.14
89+
Fixed #122, Fixed #123, Fixed #127, Fixed #130, Fixed #152, Fixed #153, Fixed #154, Fixed #155, Fixed #156, Fixed #157, Fixed #158, Fixed #159, Fixed #160, Fixed #161, Fixed #162, Fixed #163, Fixed #164, Fixed #165, Fixed #166, Fixed #167
90+
91+
Fixed #129
92+
Fixed #126

etc/development/HOWTO.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
1-
Howto Reminder
1+
# HOWTO
22

3-
## github
4-
* [Issues](https://github.com/BloodMoneyApp/bloodmoney/issues)
5-
* [Projects](https://github.com/BloodMoneyApp/bloodmoney/projects)
6-
* [Milestones](https://github.com/BloodMoneyApp/bloodmoney/milestones)
7-
* [Releases](https://github.com/BloodMoneyApp/bloodmoney/releases)
8-
9-
## Development
10-
* [Changelog](etc/RELEASES.md)
11-
* [Todo](etc/TODO.md)
12-
* [Howto](etc/HOWTO.md)
13-
14-
15-
## 3rd Party Software
163
### Howto
174
* [Spring dependency-management-plugin](https://docs.spring.io/dependency-management-plugin/docs/current/reference/html/)
185
* [Example on github: heroku and Gradle](https://github.com/heroku/gradle-getting-started/blob/master/build.gradle)
@@ -46,6 +33,7 @@
4633
* [liquibase-gradle-plugin](https://github.com/liquibase/liquibase-gradle-plugin)
4734

4835
## Database and JPA
36+
4937
### DB Datatypes
5038
* [H2 Datatypes](http://www.h2database.com/html/datatypes.html)
5139
* [PostgreSQL Datatypes](https://www.postgresql.org/docs/11/datatype.html)

etc/development/Maven_Plugins.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Maven Plugins
2+
3+
| Plugin Page | mvnrepository.com | git repo | latest Version | Release Date of latest Version |
4+
|-------------|-------------------|----------|----------------|--------------------------------|
5+
| [apache-rat-plugin](http://creadur.apache.org/rat/apache-rat-plugin/) |   |   |   |   |
6+
| [maven-enforcer-plugin](http://maven.apache.org/enforcer/maven-enforcer-plugin/) |   |   |   |   |
7+
| [maven-jxr-plugin](http://maven.apache.org/jxr/maven-jxr-plugin/) |   |   |   |   |
8+
| [maven-release-plugin](http://maven.apache.org/maven-release/maven-release-plugin/) |   |   |   |   |
9+
| [maven-clean-plugin](http://maven.apache.org/plugins/maven-clean-plugin/) |   |   |   |   |
10+
| [maven-dependency-plugin](http://maven.apache.org/plugins/maven-dependency-plugin/) |   |   |   |   |
11+
| [maven-deploy-plugin](http://maven.apache.org/plugins/maven-deploy-plugin/) |   |   |   |   |
12+
| [maven-docck-plugin](http://maven.apache.org/plugins/maven-docck-plugin/) |   |   |   |   |
13+
| [maven-install-plugin](http://maven.apache.org/plugins/maven-install-plugin/) |   |   |   |   |
14+
| [maven-jarsigner-plugin](http://maven.apache.org/plugins/maven-jarsigner-plugin/) |   |   |   |   |
15+
| [maven-project-info-reports-plugin](http://maven.apache.org/plugins/maven-project-info-reports-plugin/) |   |   |   |   |
16+
| [maven-remote-resources-plugin](http://maven.apache.org/plugins/maven-remote-resources-plugin/) |   |   |   |   |
17+
| [maven-shade-plugin](http://maven.apache.org/plugins/maven-shade-plugin/) |   |   |   |   |
18+
| [maven-toolchains-plugin](http://maven.apache.org/plugins/maven-toolchains-plugin/) |   |   |   |   |
19+
| [maven-scm-plugin](http://maven.apache.org/scm/maven-scm-plugin/) |   |   |   |   |
20+
| [maven-failsafe-plugin](http://maven.apache.org/surefire/maven-failsafe-plugin/) |   |   |   |   |
21+
| [maven-surefire-plugin](http://maven.apache.org/surefire/maven-surefire-plugin/) |   |   |   |   |
22+
| [maven-surefire-report-plugin](http://maven.apache.org/surefire/maven-surefire-report-plugin/) |   |   |   |   |
23+
| [maven-changes-plugin](https://maven.apache.org/plugins/maven-changes-plugin/) |   |   |   |   |
24+
| [maven-checkstyle-plugin](https://maven.apache.org/plugins/maven-checkstyle-plugin/) |   |   |   |   |
25+
| [maven-compiler-plugin](https://maven.apache.org/plugins/maven-compiler-plugin/) |   |   |   |   |
26+
| [maven-invoker-plugin](https://maven.apache.org/plugins/maven-invoker-plugin/) |   |   |   |   |
27+
| [maven-jar-plugin](https://maven.apache.org/plugins/maven-jar-plugin/) |   |   |   |   |
28+
| [maven-javadoc-plugin](https://maven.apache.org/plugins/maven-javadoc-plugin/) |   |   |   |   |
29+
| [maven-pmd-plugin](https://maven.apache.org/plugins/maven-pmd-plugin/) |   |   |   |   |
30+
| [maven-resources-plugin](https://maven.apache.org/plugins/maven-resources-plugin/) |   |   |   |   |
31+
| [maven-scm-publish-plugin](https://maven.apache.org/plugins/maven-scm-publish-plugin/) |   |   |   |   |
32+
| [maven-site-plugin](https://maven.apache.org/plugins/maven-site-plugin/) |   |   |   |   |
33+
| [maven-source-plugin](https://maven.apache.org/plugins/maven-source-plugin/) |   |   |   |   |
34+
| [maven-plugin-plugin](https://maven.apache.org/plugin-tools/maven-plugin-plugin/) |   |   |   |   |

etc/development/Primesfaces_JSF.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Primesfaces JSF
2+

0 commit comments

Comments
 (0)