mbechler / marshalsec

MIT License
3.39k stars 680 forks source link

manifest missing #5

Closed CaledoniaProject closed 6 years ago

CaledoniaProject commented 6 years ago

Hi there,

I just did a fresh build with mvn clean package -DskipTests (master branch)

And it's missing manifest

%> java -jar target/marshalsec-0.0.3-SNAPSHOT-all.jar
no main manifest attribute, in target/marshalsec-0.0.3-SNAPSHOT-all.jar

Can you take a look at the pom.xml?

mbechler commented 6 years ago

There is no JAR Main-Class. Each of the generators for the different marshallers has it's own main class. See https://github.com/mbechler/marshalsec#usage

CaledoniaProject commented 6 years ago

Thanks

ghost commented 2 years ago

is it possible to run this in a container?