I'm using Eclipse Indigo with m2e plugin, and I've added to the build section of my pom.xml
a resources
tag. However the resource directory doesn't get created. I've also called Maven -> Update Project Configuration...
<build> <finalName>...</finalName> <resources> <resource> <directory>src/main/resources</directory> <filtering>false</filtering> </resource> </resources>
What am I missing?
Add a resource directory If you need to add a new resource directory, follow these steps: Click the target app module in the Project window, and then select File > New > Android resource directory.
By default, Maven will look for your project's resources under src/main/resources .
If the resources folder itself doesn't exist create the folder under the folder main. Then Right click the project, go to Maven -> Update Project. It worked for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With