Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Thanks Pankaj. I was looking for an example of the xjc maven plugin usage and yours was exactly what I needed.
- Ricardo
change the goal from xjc to generate if you getting Errors when trying to install with maven.
- A S
You forgot to tell mvn where Employee.xsd is. You need a in your element.
- DeanS
Hi Pankaj, I have one question, what is purpose of -extention and -npa? where you have use this? -extension -npa -b ${project.basedir}/src/main/xsd/global.xjb Thanks
- Jalaram
Proper config for JAXB2 for version below 2.0 is : ${project.basedir}/src/main/xsd/ Employee.xsd
- Azizasm
Just FYI the schema namespaces are NOT https:// … etc, they must be http://
- RM