github / maven-plugins

Official GitHub Maven Plugins
MIT License
584 stars 198 forks source link

p2 respository #135

Open penghzhang opened 6 years ago

penghzhang commented 6 years ago

Hi, Recently I use maven/tycho to build Xtext project, and I want to install it into ‘.m2/repository/p2/osgi/bundle/’, but when I execute 'mvn install' I find that the generated packages are installed to '.m2/repository/'. So anyone can give me suggestions about how to install the packages into ‘.m2/repository/p2/osgi/bundle/’?