HJW
HJW

Reputation: 23443

Which Maven source directory should contain application.xml? - src/main/config or src/main/resources

Which Maven source directory should contain application.xml? - src/main/config or src/main/resources

Upvotes: 0

Views: 181

Answers (1)

Amir Raminfar
Amir Raminfar

Reputation: 34179

This should be in the resources directory. Maven will copy everything is that directory to the target/classes directory which is probably what you want.

Upvotes: 1

Related Questions