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

Fix doc abbrev #7

Closed
wants to merge 3 commits into from
Closed

Fix doc abbrev #7

wants to merge 3 commits into from

Conversation

duncdrum
Copy link
Contributor

@duncdrum duncdrum commented Oct 5, 2018

I already pushed a release to be able to test this with other apps, if it breaks linking we'll need to revert before releasing the next documentation update.

see eXist-db/exist#2194

@@ -12,7 +12,7 @@

<groupId>org.exist-db</groupId>
<artifactId>exist-apps-parent</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.10-SNAPSHOT</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should never be changed manually. Instead we let the release plugin handle it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it was release plugin, that handles that, but a release artifact still needs to be pulled from master

@@ -54,7 +54,7 @@
<package-final-name>${project.artifactId}-${project.version}</package-final-name>

<!-- other packages that the documentation (of apps) links to; their `abbrev` must match their expath-pkg.xml -->
<documentation.pkg.abbrev>exist-documentation</documentation.pkg.abbrev>
<documentation.pkg.abbrev>doc</documentation.pkg.abbrev>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't actually see this as a good thing. Let's discuss some more...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's not. If this one line fix doesn't solve the problem, we ll need to fix the build script and public-repo code properly. We still have broken links, and code despite having a separate name-my-app-app. Good indication that we're over-engineering hacks, without fixing the underlying problem.

@adamretter
Copy link
Member

@duncdrum what is the status of this?

@duncdrum
Copy link
Contributor Author

I think the build scripts and public-repo should be fixed by now, which was always the better option

@duncdrum duncdrum closed this Jun 13, 2019
@duncdrum duncdrum deleted the fix-doc-abbrev branch June 13, 2019 10:54
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.

2 participants