I would like to know how to change the default value of $ {project.build.outputDirectory} from target / classes to codebase in maven.
thanks
inside pom.xml inside the assembly:
<build> <directory>${project.basedir}/target</directory> <outputDirectory>${project.build.directory}/classes</outputDirectory> </build>
see http://maven.apache.org/pom.html for even more pom enjoyment
Source: https://habr.com/ru/post/949555/More articles:How to say when the D3 power layout stopped - javascriptPymongo TypeError API: Failure to dict - pythonAllow only one User-Agent, block the rest in nginx? - nginxDate from EditText - androidHow to remove part of UIImageView using png-brush and UIBezierPath - iosAdding a filter to dc.js / Crossfilter without updating the chart - d3.jsDownload private static field with JMockit? - javaHow to use Url.Action in iframe src - asp.net-mvc-4Download Image Using AFNetworking - Resizing - iosRemoving Links from an Asp.Net Web Api Project - .netAll Articles