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

Emend POM.XML to specify net.sourceforge.schemaspy.Main as the main JAR class #12

Merged

Conversation

sturton
Copy link
Contributor

@sturton sturton commented May 20, 2012

Currently, using the plugin fails with multiple schemas for 2 reasons:-
the generated command-lines reference the wrong JAR file, simply being the first JAR file in the classpath
the generated command-lines do not specify the class to invoke and the generated JAR file does not specify net.sourceforge.schemaspy.Main as the main JAR class and so is not invoked.

This change corrects the second problem: it is upstream compatible - BUT

The groupId has been changed to reflect the change described in https://issues.sonatype.org/browse/OSSRH-1477

sturton added 3 commits May 20, 2012 18:11
… is called from external frameworks for multiple schemas
…pe.org/browse/OSSRH-1477); specify net.sourceforge.schemaspy.Main as the main class in the JAR file in order to process multiple schemas successfully
@sturton
Copy link
Contributor Author

sturton commented May 20, 2012

This pull request relates to Issue #1.

@wakaleo wakaleo merged commit 3c8f7bc into wakaleo:master May 20, 2012
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