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

Feature 371 maven build setup #423

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from
Draft

Conversation

de-jcup
Copy link
Owner

@de-jcup de-jcup commented May 6, 2022

vogella and others added 19 commits September 28, 2021 09:48
Currently not building anything just setting up the build and Github
action
Using the target platform during the Maven build and build the css
plug-in
No functional impact but suggested by @de-jcup


For #371
Search and refactoring were the only plug-ins defining a minimum version
and this version did not fit to the target platform. By removing the
version we enable the plug-in to resolve them with the giving target
platform.
This should help with solving the strange version range issue.
- added commons-io 2.7 (originally used io 2.6 but had a vulnerability
  so used 2.7 now to too many issues with upgrade at the moment
- added eclipse-commons 1.0.0 dependency
- added asciidoctor j launcher dependency
- unfortunately the runtime dependencies (asciidoctorj for example)
  seems to be not resolved by asciidoctor-editor-target
Also removes commented reference to libs project.

For #371

Requires de-jcup/eclipse-commons#39
- eclipse commons dependency do now work
- switched also back to asp 1.3.1 because in
  asp 1.4.0 there are breaking changes which must be still
  fixed in master branch and are not necessary to migrate
  from gradle to maven build, so we use here 1.3.1
- added target to .gitignore because we want no build output
  inside git
- using now asp 1.3.2 which provides used asciidoctorj api version
  as a compile dependency
- added the asciidoctor api dependency to MANIFEST.MF as well
- with "mvn clean verify" the update site will be now build
  completely automatically and contains the libraries inside, so
  no longer a need for a big dist jar!
- currently the library jars which do not include a OSGI manifest
  information are handled as "wrapped..." dependencies
# Conflicts:
#	asciidoctor-editor-feature/feature.xml
#	asciidoctor-editor-libs/META-INF/MANIFEST.MF
#	asciidoctor-editor-plugin/META-INF/MANIFEST.MF
#	asciidoctor-editor-plugin/build.properties
#	asciidoctor-editor-updatesite/site.xml
- built main plugin did not contain any classes.
  The reason was the missing entry.
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.

Provide Maven build of plugin
2 participants