Giter Club home page Giter Club logo

Comments (5)

dantran avatar dantran commented on August 30, 2024

@Nnaking please note that this plugin has the extension that you can use your own distribution/version of java service wrapper

from appassembler.

Nnaking avatar Nnaking commented on August 30, 2024

http://www.mojohaus.org/appassembler/appassembler-maven-plugin/generate-daemons-mojo.html#externalDeltaPackDirectory
I found the option, but I don't know how to configure it

from appassembler.

Nnaking avatar Nnaking commented on August 30, 2024

@Nnaking please note that this plugin has the extension that you can use your own distribution/version of java service wrapper

I unziped the wrapper-linux-armhf-64-3.5.44.tar.gz to /usr/local/maven/wrapper

pom.xml:
<externalDeltaPackDirectory>/usr/local/maven/wrapper</externalDeltaPackDirectory>

Is this a good configuration?

from appassembler.

BlackChen277 avatar BlackChen277 commented on August 30, 2024

Hello, can you tell me how to configure it?

from appassembler.

Nnaking avatar Nnaking commented on August 30, 2024

Hello, can you tell me how to configure it?

Added in assembly-linux.xml

<fileSet>
	<directory>src/main/bin</directory>
	<outputDirectory>xxx-project/bin</outputDirectory>
	<fileMode>0755</fileMode>
	<includes>
		<include>*.sh</include>
		<include>wrapper-linux-aarch64-64</include>
          </includes>
</fileSet>

Download and unzip Linux armhf 3.5.44
Get the wrapper-linux-aarch64-64 file and place it under src/main/bin

image

from appassembler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.