I need to write my own plugin in mdsal in odl (beryllium). However I am stuck in the very first step of generating the basic architecture which I guess is generated from maven archetype. I need folders like implementation config and model to be generated . However the maven archetype I am using is generating folders like api,features and others . mvn archetype:generate -DarchetypeGroupId=org.opendaylight.controller -DarchetypeArtifactId=opendaylight-startup-archetype \
-DarchetypeRepository=http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/ \ -DarchetypeCatalog=http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/archetype-catalog.xml I dont think this is the correct one ..I want to build like the tapapp applicaton same as in sdnhub tutorial. Regards Ayushi
_______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
