Opened 6 years ago

Closed 6 years ago

#1814 closed defect (fixed)

make should unpack/build in the build directory

Reported by: Dimitar Misev Owned by: Bang Pham Huu
Priority: major Milestone: 9.7
Component: build system Version: development
Keywords: Cc:
Complexity: Medium

Description

.. and not in the sources directory. Examples:

  • applications/secore/src/main/resources/gml.tar.gz
  • third_party/grpc.tar.gz

It's a similar issue as the pom.xml.in, and the other *.in scripts.

Change History (2)

comment:1 by Bang Pham Huu, 6 years ago

" It's a similar issue as the pom.xml.in, and the other *.in scripts."
This one is hard to configure maven to build in different directories with mandatory files like application.properties, log4j.properties in the build folder instead.

comment:2 by Bang Pham Huu, 6 years ago

Resolution: fixed
Status: newclosed

pom files of petascope and secore are put in build/ directory so it can be difficult to build with IDE.

Note: See TracTickets for help on using tickets.