xxxxxxxxxx
<project>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>com.github.akman</groupId>
<artifactId>jpackage-maven-plugin</artifactId>
<version>0.1.5</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<plugins>
<plugin>
<groupId>com.github.akman</groupId>
<artifactId>jpackage-maven-plugin</artifactId>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>jpackage</goal>
</goals>
<configuration>
<!-- put your configurations here -->
</configuration>
<execution>
<executions>
</plugin>
</plugins>
</project>
xxxxxxxxxx
Built-in LaTeX commands for alignment of text:
ragged-right (\raggedright) % Flushleft environment
ragged-left (\raggedleft) % Flushright environment
centred (\centering) % Centering environment