I can \"mvn clean install\" to gener开发者_运维百科ate zip file of my multi-project application in target folder of my product project. I can run \"mvn clean javadoc:aggregate\" to generate javadocs.
As it currently stands, 开发者_JAVA百科this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so
I\'m trying to build a Eclipse RCP application with Maven/Tycho based on features. My application is a simple language with an editor (built within help of Xtext) and a few other plugins which are dep
I\'ve got two reactor builds: The first one builds some bundles and an according feature. After a successful clean install the feature is in my local Maven repo. Tycho has also generated p2 meta info
I\'m currently trying to get my build (~30 bundles) done by tycho. I faced some confusing problems when using Mockito in my unit tests.
I got an eclipse-plugin with some unit tests. In maven I kept the unit tests in the same bundle and specified junit as testing dependency in the pom.xml.
I\'m trying to get my JUnit Plugin-Test launcher to run for my PDE projects. It was working before, but I changed some of the names of my OSGi bundles and now it\'s failing with the following:
When you develop OSGi bundles using eclipse, there are many denpendent bundles to be imported and opened. When there\'re many bundles, setting up proje开发者_开发技巧cts is time-comsuming and difficul
We are developing an Eclipse RCP application. We decided to use SVN for revision control system. We could export an eclipse product in the eclipse environment. Everything worked fine.
I am trying to build several Eclipse plug-ins with Maven Tycho. All the plug-ins does not have the same versio开发者_Go百科n number.