Skip to content

Commit a3f63ff

Browse files
author
Jonni Lundy
committed
Changes boilerplate to example
1 parent 9a87b00 commit a3f63ff

File tree

3 files changed

+52
-3
lines changed

3 files changed

+52
-3
lines changed

.editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This file is for unifying the coding style for different editors and IDEs
2+
# See editorconfig.org
3+
4+
root = true
5+
6+
[*]
7+
indent_style = space
8+
indent_size = 2
9+
end_of_line = lf
10+
charset = utf-8
11+
trim_trailing_whitespace = true
12+
insert_final_newline = true

LICENSE.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# BSD 3-clause "New" or "Revised" License
2+
3+
Copyright (c) 2000-present Liferay, Inc. All rights reserved.
4+
5+
Redistribution and use in source and binary forms, with or without
6+
modification, are permitted provided that the following conditions are met:
7+
8+
1. Redistributions of source code must retain the above copyright notice,
9+
this list of conditions and the following disclaimer.
10+
11+
2. Redistributions in binary form must reproduce the above copyright notice,
12+
this list of conditions and the following disclaimer in the documentation
13+
and/or other materials provided with the distribution.
14+
15+
3. Neither the name of Liferay, Inc. nor the names of its contributors may
16+
be used to endorse or promote products derived from this software without
17+
specific prior written permission.
18+
19+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
23+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29+
POSSIBILITY OF SUCH DAMAGE.

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
# Java Boilerplate Maven
1+
# Java Maven [![Badge](https://img.shields.io/badge/built%20with-wedeploy-00d46a.svg?style=flat)](http://wedeploy.com)
22

3-
This template will help you through the process of deploying a Java Maven project on WeDeploy.
3+
An example of Java Maven on [WeDeploy](https://wedeploy.com).
44

5-
> [Visit the documentation to learn how to start using Java Maven with WeDeploy.](https://ui-wedeploy.wedeploy.io/docs/deploy/deploying-java-maven.html)
5+
## Instructions
6+
7+
1. Install the [WeDeploy CLI](https://wedeploy.com/docs/intro/using-the-command-line/).
8+
2. Clone this repository.
9+
3. Open the project with your command line and run `we deploy -p yourproject`.
10+
11+
## License
12+
13+
[BSD-3-Clause](./LICENSE.md), © Liferay, Inc.

0 commit comments

Comments
 (0)