Skip to content

Instantly share code, notes, and snippets.

@darranl
Created August 18, 2022 10:55
Show Gist options
  • Save darranl/90cd19992c1a1084a8c48cbf9f43c465 to your computer and use it in GitHub Desktop.
Save darranl/90cd19992c1a1084a8c48cbf9f43c465 to your computer and use it in GitHub Desktop.
wildfly-ee-security
find -name "*.xml" -type f | grep -v target | xargs grep wildfly-ee-security 2> /dev/null
./ee-security/pom.xml: <artifactId>wildfly-ee-security</artifactId>
./boms/legacy-ee/pom.xml: <artifactId>wildfly-ee-security</artifactId>
./boms/standard-ee/pom.xml: <artifactId>wildfly-ee-security-jakarta</artifactId>
./ee-9/common/src/main/resources/license/preview-feature-pack-common-licenses.xml: <artifactId>wildfly-ee-security-jakarta</artifactId>
./ee-9/source-transform/ee-security/pom.xml: <artifactId>wildfly-ee-security-jakarta</artifactId>
./ee-feature-pack/common/src/main/resources/license/ee-feature-pack-common-licenses.xml: <artifactId>wildfly-ee-security-jakarta</artifactId>
./ee-feature-pack/common/src/main/resources/modules/system/layers/base/org/wildfly/extension/ee-security/main/module.xml: <artifact name="\${org.wildfly:wildfly-ee-security@module.jakarta.suffix@}"/>
./ee-feature-pack/common/pom.xml: <artifactId>wildfly-ee-security-jakarta</artifactId>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment