Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to org.wrensecurity.wrenam groupId and cleanup POMs #73

Merged
merged 3 commits into from
Feb 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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