Skip to content

Commit

Permalink
Merge pull request #73 from orchitech/feature/pom-cleanup
Browse files Browse the repository at this point in the history
Switch to org.wrensecurity.wrenam groupId and cleanup POMs
  • Loading branch information
fyrbach authored Feb 1, 2023
2 parents 238e455 + 3b05515 commit e395297
Show file tree
Hide file tree
Showing 366 changed files with 3,860 additions and 10,155 deletions.
13 changes: 10 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
target/
# Maven
dependency-reduced-pom.xml
openam-ui/openam-ui-ria/npm-debug.log.*
target/
test-output/

# MacOS
.DS_Store

# Editor generated files
# IDEA
*.iml
.idea/

# Eclipse
.project
.settings
.classpath

# VSCode
.vscode/
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /project
COPY . .

# Perform actual Wren:AM build
ARG BUILD_ARGS=-Dpmd.skip
ARG BUILD_ARGS
RUN \
--mount=type=cache,target=/root/.m2 \
--mount=type=cache,target=/root/.npm \
Expand Down
File renamed without changes.
131 changes: 131 additions & 0 deletions legal-notices/license.txt

Large diffs are not rendered by default.

Loading

0 comments on commit e395297

Please sign in to comment.