Skip to content

Commit

Permalink
Better READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento committed Oct 5, 2024
1 parent 0c1f8be commit ae51603
Show file tree
Hide file tree
Showing 6 changed files with 280 additions and 38 deletions.
1 change: 1 addition & 0 deletions _intellij-project/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 20 additions & 1 deletion _intellij-project/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->

# KIE Tools @ IntelliJ IDEA

To make it easier for developing Java-, Maven-based packages, this folder contains an IntelliJ IDEA project configured for select packages. It currently includes all Maven-based packages of KIE Tools. Two additional IntelliJ IDEA project modules are included too, given their "global" nature on the KIE Tools repository -- `scripts` and `root-env`.
Expand All @@ -17,7 +34,9 @@ Once prompted by IntelliJ IDEA, select "Open" and choose this folder.

You should now be able to develop all Java- and Maven-based projects normally.

For more information on Maven-based packages on KIE Tools, please refere to the [KIE Tools repo manual](../repo/docs/user_manual.md)
---

For more information on Maven-based packages on KIE Tools, please refere to the [KIE Tools :: Manual](../repo/docs/MANUAL.md).



8 changes: 8 additions & 0 deletions packages/maven-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@

## @kie-tools/maven-base

Foundational files for Maven-based packages.

- `pom.xml`: Centralized, common Maven configurations. Should be used as parent of Maven-based pacakges.
- `settings.xml`: Moslty repositories configuration.
- `index.js`: Essential scripts for configuring properties such as `-Drevision` and `-Dmaven.repo.local.tail`.

For more information, refer to the [KIE Tools :: Manual](../../repo/docs/MANUAL.md#specifics--maven)

---

Apache KIE (incubating) is an effort undergoing incubation at The Apache Software
Expand Down
2 changes: 2 additions & 0 deletions packages/root-env/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

## @kie-tools/root-env

Foundational environment variables used by most packages of `kie-tools`.

---

Apache KIE (incubating) is an effort undergoing incubation at The Apache Software
Expand Down
Loading

0 comments on commit ae51603

Please sign in to comment.