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

Port TLDDoc Source Code #196

Merged
merged 1 commit into from
Feb 3, 2022
Merged

Port TLDDoc Source Code #196

merged 1 commit into from
Feb 3, 2022

Conversation

volosied
Copy link
Contributor

@volosied volosied commented Jan 5, 2022

fixes #195

Approval was granted via QC 23881, so I'm checking the code in.

  • Added tlddoc module to the main pom (project is build via mvn clean install when run at root)
  • Impl will use the locally build tlddoc jar (2.0-SNAPSHOT)
  • Updates source/target to 1.8 (min needs to be 1.6, however)

I used the default pom.xml, with a few major modifications:

  • Updated groupId, ArtifactId, and version.
  • Removed description, organization, and inception year

Source: https://repo1.maven.org/maven2/taglibrarydoc/tlddoc/1.3

@volosied volosied self-assigned this Jan 5, 2022
@volosied
Copy link
Contributor Author

@pnicolucci @arjantijms I skipped the deployment step so the TLDDoc jar shouldn't be published (but will be used locally when building jstl-api)

Let me know if you have any concerns / questions here.

@volosied volosied force-pushed the 195-tlddoc branch 2 times, most recently from e4e95cc to 7ea460e Compare January 18, 2022 18:07
tlddoc/pom.xml Outdated Show resolved Hide resolved
tlddoc/pom.xml Outdated Show resolved Hide resolved
tlddoc/pom.xml Outdated Show resolved Hide resolved
@volosied volosied force-pushed the 195-tlddoc branch 4 times, most recently from 52d9f57 to 2ca0ab3 Compare January 20, 2022 20:44
@volosied volosied force-pushed the 195-tlddoc branch 4 times, most recently from 7d10c20 to 57f792b Compare February 3, 2022 19:39
Update source/target options

Moves TLDDoc resources to resources folder

Create TLDDoc module; set version to 2.0-SNAPSHOT

Review Updates; Add comment about tlddoc deployment

More Review Updates

Update tlddoc groupid to  org.glassfish.web

update to tagsdoc

Move source to tagsdoc

fix artifactId error

Update tagsdoc pom
@volosied volosied merged commit 3336fc8 into jakartaee:master Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port TLDDoc Code to JSTL-API Project
3 participants