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

Clarification #7

Open
pranavavva opened this issue Dec 29, 2017 · 1 comment
Open

Clarification #7

pranavavva opened this issue Dec 29, 2017 · 1 comment

Comments

@pranavavva
Copy link

pranavavva commented Dec 29, 2017

Like the title suggests, I don't actually have a bug to report, just wanted to know something: The same tags used in pom.xml can be used in pom.yml right? For example,

<manifest>
    <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
    <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
    <mainClass>my.pacakge.App</mainClass>
    <packageName>my.package</packageName>
</manifest>

becomes

manifest:
  addDefaultImplementationEntries: true
  add DefaultSpecificationEntries: true
  mainClass: my.package.App
  packageName: my.package
@mosabua
Copy link
Member

mosabua commented Mar 7, 2018

Yes... wanna send a PR for the docs on the main project?

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

No branches or pull requests

2 participants