Skip to content

Commit

Permalink
Maven local
Browse files Browse the repository at this point in the history
Rename

Fix build reproducibility

v2

Oops

Fix DashBuilder configuration of maven-deploy-plugin

Oops

Fix maven-m2-repo-via-http-image configuration

.

Fix config

removing mvn.tail

Maybe fix build

Rename method

Oops

Merge maven-config-setup-helper with maven-base

Oops

Oops

env and more stuff

Oops. Lockfile

Force not skipping local deploy

Fix

Hm

No transfer progres

Rename versions env

Reverting root files

IntelliJ project configuration

.
  • Loading branch information
tiagobento committed Oct 3, 2024
1 parent ebbeb3c commit b5ea429
Show file tree
Hide file tree
Showing 238 changed files with 4,502 additions and 1,276 deletions.
20 changes: 12 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -265,14 +265,14 @@ packages/sonataflow-operator/e2e-test-report.xml
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
.idea/artifacts
.idea/compiler.xml
.idea/jarRepositories.xml
.idea/modules.xml
.idea/*.iml
.idea/modules
*.iml
*.ipr
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr

# CMake
cmake-build-*/
Expand Down Expand Up @@ -340,3 +340,7 @@ packages/python-venv/venv
# turbo
.turbo
turbo.json

# IntelliJ projects should be on _intellij-projects folder, never on specific packages.
packages/*/.idea
examples/*/.idea
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ pnpm-lock.yaml
packages/xml-parser-ts-codegen/src/schemas/xsd/HFP.xsd
packages/xml-parser-ts-codegen/src/schemas/xsd-incomplete--manually-written/HFP.xsd
packages/xml-parser-ts-codegen/src/schemas/xsd-incomplete--manually-written/XSD.xsd

# @prettier/parser-xml shouldn't mess with auto-generated IntelliJ files
_intellij-project
*.iml
3 changes: 3 additions & 0 deletions _intellij-project/.idea/.gitignore

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

570 changes: 570 additions & 0 deletions _intellij-project/.idea/compiler.xml

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions _intellij-project/.idea/eclipseCodeFormatter.xml

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

Loading

0 comments on commit b5ea429

Please sign in to comment.