-
Hi,
We are using maven-compiler-plugin 3.11.0 to do the compilation of source code.
So for our maven multimodule project A we have the following:
product A
– module1
– module2 has depende…
mpet updated
11 months ago
-
**Describe the bug**
I am using dependency-check-maven in a large multi-module build, actually in this case its a software library build so has lots of sub-builds but I don't think that is relevant.
…
-
Make next properties configurable:
1. revisionKeyword
2. sha1Keyword
3. changelistKeyword
-
### Current Behavior
`AttributeCompatibilityRule`s leak from a subproject when defined as a `project()` dependency.
### Expected Behavior
`AttributeCompatibilityRule`s do not leak from a subproject…
-
The current setup is non-standard in many ways and has the following issues:
* It can't be extended in any way
* It can't produce a demo war
* The Maven part is more complex than needed and hard to…
-
While most of Maven/Gradle projects are either a single module or multimodule projects producing binary artifacts from the same codebase repository, there are also projects whose modules are distribut…
-
Steps to reproduce:
You will need AWS CDK CLI installed and an AWS CLI. Run `aws configure` to point your AWS CLI to the appropriate account.
Clone this branch: esta rama https://github.com/mi…
-
Run the accessibility checker to all guides, export/capture the reports which have different violation
**Publish guides:**
- [ ] guide-arquillian-managed
- [ ] guide-bean-validation
- [ ] guide-…
-
Vaadin 23.2 using default settings (using Vite) builds but when portlets are deployed on Liferay fails with missing stats.json.
- Versions:
- Vaadin Portlet version: 2.0.0
- Flow version…
-
I have a parent pom in a multimodule project like with a submodule and the revision defined in the properties:
```
child-pom
1.0
o…