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

Configuration for removal package-info.java #42

Open
miPlodder opened this issue May 26, 2021 · 0 comments
Open

Configuration for removal package-info.java #42

miPlodder opened this issue May 26, 2021 · 0 comments

Comments

@miPlodder
Copy link

miPlodder commented May 26, 2021

package-info.json

@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.miplodder.com/shorify/responsemodel", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
package com.miplodder.shortify.xml.schema;
  1. Is there any way via configuration to remove package-info.java?
  2. Moreover, on what basis is namespace attribute values coming here for XmlSchema(namespace = "http://www.miplodder.com/shorify/responsemodel")
  3. I see namespace are enabled by default, how can this disable this behavior via this plugin? Also, I see all namespaces are added in all the xmls, can this behaviour be changed via plugin)
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:my-request 
xmlns:ns2="http://www.miplodder.com/response" 
xmlns:ns3="http://www.miploder.com/request">
    <ns3:about>
        <ns3:name>saksham</ns3:name>
        <ns3:surname>handu</ns3:surname>
    </ns3:about>
</ns3:my-request>
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

1 participant