shaojava / openmobster

Automatically exported from code.google.com/p/openmobster
0 stars 0 forks source link

Can't Build Binary Release #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.svn checkout http://openmobster.googlecode.com/svn/trunk/ 
openmobster-read-only
2. cd openmobster-read-only/cloud/binary-release
3. mvn -DskipTests -Pbuild-all install

I was expecting CloudServer in target, not target folder is created.

I got these warnings:

[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.openmobster.core:binary-release:pom:2.2-SNAPSHOT
[WARNING] 
'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifie
r)' must be unique: org.openmobster.core:openmobster-sar:jar -> duplicate 
declaration of version ${project.version} @ 
org.openmobster.core:core:2.2-SNAPSHOT, 
/home/metin.doslu/DEVELOPMENT/LIB/openmobster-binary-test/cloud/pom.xml, line 
415, column 16
[WARNING] 'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-compiler-plugin is missing. @ 
org.openmobster.core:core:2.2-SNAPSHOT, 
/home/metin.doslu/DEVELOPMENT/LIB/openmobster-binary-test/cloud/pom.xml, line 
585, column 12
[WARNING] 'build.plugins.plugin.version' for 
com.mycila.maven-license-plugin:maven-license-plugin is missing. @ 
org.openmobster.core:core:2.2-SNAPSHOT, 
/home/metin.doslu/DEVELOPMENT/LIB/openmobster-binary-test/cloud/pom.xml, line 
604, column 12
[WARNING] 'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-source-plugin is missing. @ 
org.openmobster.core:core:2.2-SNAPSHOT, 
/home/metin.doslu/DEVELOPMENT/LIB/openmobster-binary-test/cloud/pom.xml, line 
619, column 12
[WARNING] 'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-jar-plugin is missing. @ 
org.openmobster.core:core:2.2-SNAPSHOT, 
/home/metin.doslu/DEVELOPMENT/LIB/openmobster-binary-test/cloud/pom.xml, line 
593, column 12
[WARNING] 'reporting.plugins.plugin.version' for 
org.apache.maven.plugins:maven-surefire-plugin is missing. @ 
org.openmobster.core:core:2.2-SNAPSHOT, 
/home/metin.doslu/DEVELOPMENT/LIB/openmobster-binary-test/cloud/pom.xml, line 
697, column 12
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING] 

Original issue reported on code.google.com by metindo...@gmail.com on 27 Jan 2012 at 9:29

GoogleCodeExporter commented 9 years ago
This is not the correct way to generate a binary release. You must follow the 7 
steps listed under RELEASE-HELP.txt file. Its not trivial to do. So I recommend 
using the pre-built binaries from Downloads

Original comment by openmobs...@gmail.com on 28 Jan 2012 at 7:44

GoogleCodeExporter commented 9 years ago
Here are the instructions for builiding a binary release:

http://code.google.com/p/openmobster/wiki/Building_OpenMobster_Ubuntu_Maven304

Original comment by openmobs...@gmail.com on 27 Feb 2012 at 7:17

GoogleCodeExporter commented 9 years ago

Original comment by openmobs...@gmail.com on 29 Aug 2012 at 12:20