Skip to content

sanethmaduranga/MavenSampeArchtype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

WSO2 Integration Studio sample Maven Archetype

Maven Archetype for Sample projects for WSO2 Integration Studio.

branch definableESB

Now supports generating samples as per the defined ServiceType. Use -DServiceType flag and provide Requester or Provider to specify the generation of samples for requester or provider. The default value of the ServiceType will be used as Requester, if not specified the -DServiceType flag.

Usage

mvn archetype:generate  -DarchetypeGroupId=sample.archetypes			\
                        -DarchetypeArtifactId=enterprice.integrator.archetype	\
                        -DarchetypeVersion=2.0-SNAPSHOT				\
                        -DgroupId=<Group ID>					\
                        -DartifactId=<Artifact ID>				\
                        -Dname=<Name>						\
			-Ddescription=<Description>				\
			-DServiceType=<Requester || Provider>

branch ESBproject

This branch can be used to generete a sample project including the both Requester and Provider examples.

Usage

mvn archetype:generate  -DarchetypeGroupId=sample.archetypes			\
                        -DarchetypeArtifactId=enterprice.integrator.archetype	\
                        -DarchetypeVersion=1.0-SNAPSHOT				\
                        -DgroupId=<Group ID>		                        \
                        -DartifactId=<Artifact ID>      		        \
                        -Dname=<Name>				    		\
			-Ddescription=<Description>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published