Mailinglist Archive: opensuse-buildservice (295 mails)
| < Previous | Next > |
[opensuse-buildservice] Other things to build then RPM's ...
- From: "Jochen Hebbrecht" <jochenhebbrecht@xxxxxxxxx>
- Date: Wed, 7 Mar 2007 15:34:09 +0100
- Message-id: <db99f77d0703070634i30c1e0f9v3f7711dbb421e45@xxxxxxxxxxxxxx>
Imagine I also want to build OTHER things then RPM's. I have for
example a lot of Java projects which I build with Maven. The problem
is : the buildservice is using a spec file?!
What can I do to build a Maven project?
I could define a "dummy spec" file.
%build
=> nothing
%install
mvn blabla ....
.... and then just pack the WAR file in the RPM and deliver it.
But that's not what I want. I want my buildscript to say: hey you!
build me this using maven and deliver me a WAR file, and no RPM
Is that situation possible?
And what happens when you build on the Ubuntu distro? Ubuntu isn't
really able to build RPM's ...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
example a lot of Java projects which I build with Maven. The problem
is : the buildservice is using a spec file?!
What can I do to build a Maven project?
I could define a "dummy spec" file.
%build
=> nothing
%install
mvn blabla ....
.... and then just pack the WAR file in the RPM and deliver it.
But that's not what I want. I want my buildscript to say: hey you!
build me this using maven and deliver me a WAR file, and no RPM
Is that situation possible?
And what happens when you build on the Ubuntu distro? Ubuntu isn't
really able to build RPM's ...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |