Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to create deb file by using deb-maven-plugin. #2

Open
northerndeveloper opened this issue Apr 20, 2020 · 0 comments
Open

unable to create deb file by using deb-maven-plugin. #2

northerndeveloper opened this issue Apr 20, 2020 · 0 comments

Comments

@northerndeveloper
Copy link

Hello

When I want to use deb-maven-plugin in the pom.xml after executing the package code it says Maintainer is missing but it's already mentioned in the configuration. Could you please check my plugin part at pom.xml and let me know where I am doing wrong ?

<plugin> <groupId>io.solit.maven</groupId> <artifactId>deb-maven-plugin</artifactId> <version>1.0-RC2</version> <extensions>true</extensions> <configuration> <copyOriginalChangelog>false</copyOriginalChangelog> <convertToDebianChangelog>true</convertToDebianChangelog> <appendCurrentVersionChangeSet>true</appendCurrentVersionChangeSet> <version>${project.version}</version> <revision></revision> <changelogSource>${project.basedir}/changelog.md</changelogSource> <upstreamChangelogSource>${project.basedir}/changelog.md</upstreamChangelogSource> <changelogDestinationDirectory></changelogDestinationDirectory> <stageDir>${project.build.directory}/deb</stageDir> <packageName>${project.artifactId}</packageName> <maintainer>alperkopuz@gmail.com</maintainer> <maintainerEmail>alperkopuz@gmail.com</maintainerEmail> <targetDistribution>stable</targetDistribution> <sourceEncoding>${project.build.sourceEncoding}</sourceEncoding> </configuration> </plugin>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant