You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Maven packaging task will fail to deploy the IoT artifact(s).
While attempting to do so, `maven deploy` will fail with this error:
```console
[ERROR] Failed to execute goal com.simpligility.maven.plugins:android-maven-plugin:4.5.0:generate-sources (default-generate-sources) on project aws-android-sdk-iot: Execution default-generate-sources of goal com.simpligility.maven.plugins:android-maven-plugin:4.5.0:generate-sources failed: java.nio.file.NoSuchFileException: /path/to/aws-sdk-android/aws-android-sdk-iot/target/R.txt -> [Help 1]
```
The reasons for this are not entirely clear.
However, adding at least one valid resource to the library project will
coerce the Maven plugin to "do the right thing," and continue the
build.
The contents of `aws-android-sdk-iot/target/R.txt` after this change
becomes:
```txt
int string dummy 0x7f020000
```
0 commit comments